8 lines
137 B
Plaintext
Executable File
8 lines
137 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
tty=${service_name##*-};
|
|
|
|
service_respawn='true'
|
|
service_command='/usr/bin/kmscon'
|
|
service_args=( --vt "$tty" )
|