forked from Spark/ssm-services
7 lines
113 B
Plaintext
Executable File
7 lines
113 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
service_type='oneshot'
|
|
service_command="/etc/rc.local"
|
|
|
|
pre_start() [[ -f "/etc/rc.local" ]]
|