Let's only respawn the services that might need it
This commit is contained in:
@@ -1 +0,0 @@
|
||||
kmscon
|
7
init.d/kmscon-tty4
Executable file
7
init.d/kmscon-tty4
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env watchman
|
||||
|
||||
tty=${service_name##*-};
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/kmscon'
|
||||
service_args="--vt ${tty}"
|
Reference in New Issue
Block a user