ssm-services/init.d/znet

11 lines
166 B
Plaintext
Raw Normal View History

2015-01-27 07:16:07 +00:00
#!/usr/bin/env watchman
service_type='oneshot'
2015-11-05 08:01:11 +00:00
service_command='/usr/bin/znet'
2015-09-04 13:47:37 +00:00
service_args=( -d )
2015-01-27 07:16:07 +00:00
stop() {
"$service_command" $service_args down
watchman.stop
}