Files
ssm-services/services/rc.local

7 lines
113 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2013-09-29 03:32:39 +04:00
service_type='oneshot'
2015-06-18 12:38:49 +03:00
service_command="/etc/rc.local"
2013-09-29 03:32:39 +04:00
pre_start() [[ -f "/etc/rc.local" ]]