ssm-services/services/rc.local

7 lines
113 B
Plaintext
Raw Normal View History

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