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 @@ 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)) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue