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
|
@ -2057,6 +2057,7 @@ This service is not part of @var{%base-services}."
|
|||
#~(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 New Issue