6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_command='/bin/agetty'
|
||
|
service_args="38400 ${service_name##*-} linux"
|
||
|
#service_respawn='true'
|