ssm-services/init.d/kmscon

8 lines
137 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'
2015-09-04 13:47:37 +00:00
service_args=( --vt "$tty" )