Let's only respawn the services that might need it

This commit is contained in:
2014-08-02 21:35:27 +04:00
parent 6f3b87a65f
commit 668b2c1d19
36 changed files with 94 additions and 42 deletions

View File

@@ -1 +0,0 @@
kmscon

7
init.d/kmscon-tty6 Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env watchman
tty=${service_name##*-};
#service_respawn='true'
service_command='/usr/bin/kmscon'
service_args="--vt ${tty}"