forked from Spark/ssm-services
5 lines
115 B
Plaintext
Executable File
5 lines
115 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
service_respawn='always'
|
|
service_command=( /usr/bin/agetty 38400 "${service_name##*-}" linux )
|