forked from Spark/ssm-services
Invasive oneshot services now use spawn()
This commit is contained in:
@@ -7,5 +7,7 @@ service_args='/etc/rc.local'
|
||||
unset stop
|
||||
|
||||
start() {
|
||||
[[ -f "/etc/rc.local" ]] && { watchman.start; }
|
||||
[[ -f "/etc/rc.local" ]] && {
|
||||
watchman.start
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user