ssm-services/init.d/znet

11 lines
171 B
Plaintext
Raw Normal View History

2015-01-27 07:16:07 +00:00
#!/usr/bin/env watchman
service_type='oneshot'
service_command='/usr/local/sbin/znet'
service_args='-d'
stop() {
"$service_command" $service_args down
watchman.stop
}