me
/
guix
Archived
1
0
Fork 0

services: kmscon: Do not switch to vt at start.

* gnu/services/base.scm (kmscon-service-type): Add "--no-switchvt" to kmscon
command.
master
Mathieu Othacehe 2018-10-28 11:01:03 +09:00
parent 581720bc74
commit f4e8bc5f25
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

View File

@ -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))