Files
ssm-services/services/rc.local
T

7 lines
113 B
Plaintext
Raw Normal View History

2017-07-13 16:09:42 +03:00
#!/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
2017-07-13 16:09:42 +03:00
pre_start() [[ -f "/etc/rc.local" ]]