ssm-services/init.d/rc.local

14 lines
177 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
service_type='oneshot'
service_command="$BASH"
service_args='/etc/rc.local'
unset stop
start() {
[[ -f "/etc/rc.local" ]] && {
watchman.start
}
2013-09-28 23:32:39 +00:00
}