ssm-services/init.d/agetty

6 lines
128 B
Plaintext
Executable File

#!/usr/bin/env ssm
service_respawn='true'
service_command='/usr/bin/agetty'
service_args=( 38400 "${service_name##*-}" linux )