ssm-services/init.d/agetty

6 lines
125 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
service_respawn='true'
2013-09-28 23:32:39 +00:00
service_command='/bin/agetty'
service_args="38400 ${service_name##*-} linux"