mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
services: kmscon: Do not switch to vt at start.
* gnu/services/base.scm (kmscon-service-type): Add "--no-switchvt" to kmscon command.
This commit is contained in:
parent
581720bc74
commit
f4e8bc5f25
1 changed files with 1 additions and 0 deletions
|
@ -2057,6 +2057,7 @@ (define kmscon-command
|
|||
#~(list
|
||||
#$(file-append kmscon "/bin/kmscon") "--login"
|
||||
"--vt" #$virtual-terminal
|
||||
"--no-switchvt" ;Prevent a switch to the virtual terminal.
|
||||
#$@(if hardware-acceleration? '("--hwaccel") '())
|
||||
"--" #$login-program #$@login-arguments))
|
||||
|
||||
|
|
Loading…
Reference in a new issue