13 lines
156 B
Plaintext
Executable File
13 lines
156 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
service_type='oneshot'
|
|
service_command="/etc/rc.local"
|
|
|
|
unset stop
|
|
|
|
start() {
|
|
[[ -f "/etc/rc.local" ]] && {
|
|
watchman.start
|
|
}
|
|
}
|