8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env watchman
 | |
| 
 | |
| tty=${service_name##*-};
 | |
| 
 | |
| #service_respawn='true'
 | |
| service_command='/usr/bin/kmscon'
 | |
| service_args="--vt ${tty}"
 |