11 lines
173 B
Plaintext
Executable File
11 lines
173 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
service_type='oneshot'
|
|
service_command='/usr/local/sbin/znet'
|
|
service_args=( -d )
|
|
|
|
stop() {
|
|
"$service_command" $service_args down
|
|
watchman.stop
|
|
}
|