forked from Spark/ssm-services
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
tty=${service_name##*-};
|
||
|
|
||
|
#service_respawn='true'
|
||
|
service_command='/usr/bin/kmscon'
|
||
|
service_args="--vt ${tty}"
|