8 lines
137 B
Plaintext
Raw Normal View History

2014-07-21 12:13:35 +04:00
#!/usr/bin/env watchman
tty=${service_name##*-};
service_respawn='true'
service_command='/usr/bin/kmscon'
2015-09-04 16:47:37 +03:00
service_args=( --vt "$tty" )