ssm-services/init.d/kmscon

8 lines
135 B
Plaintext
Raw Normal View History

2014-07-21 08:13:35 +00:00
#!/usr/bin/env watchman
tty=${service_name##*-};
service_respawn='true'
service_command='/usr/bin/kmscon'
service_args="--vt ${tty}"