Files
ssm-services/init.d/rc.local

13 lines
156 B
Plaintext
Raw Normal View History

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