11 lines
166 B
Plaintext
Raw Normal View History

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