forked from Spark/ssm-services
@@ -1,12 +1,6 @@
|
||||
#!/usr/bin/env watchman
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
service_type='oneshot'
|
||||
service_command="/etc/rc.local"
|
||||
|
||||
unset stop
|
||||
|
||||
start() {
|
||||
[[ -f "/etc/rc.local" ]] && {
|
||||
watchman.start
|
||||
}
|
||||
}
|
||||
pre_start() [[ -f "/etc/rc.local" ]]
|
||||
|
Reference in New Issue
Block a user