forked from Spark/ssm-services
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_type='oneshot'
|
||
|
service_command='/usr/local/sbin/znet'
|
||
|
service_args='-d'
|
||
|
|
||
|
stop() {
|
||
|
"$service_command" $service_args down
|
||
|
watchman.stop
|
||
|
}
|