ssm-services/init.d/agetty

6 lines
128 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2013-09-28 23:32:39 +00:00
service_respawn='true'
2015-06-18 09:38:49 +00:00
service_command='/usr/bin/agetty'
2015-09-04 13:47:37 +00:00
service_args=( 38400 "${service_name##*-}" linux )