ssm-services/init.d/znet

11 lines
166 B
Plaintext
Executable File

#!/usr/bin/env watchman
service_type='oneshot'
service_command='/usr/bin/znet'
service_args=( -d )
stop() {
"$service_command" $service_args down
watchman.stop
}