8 lines
153 B
Plaintext
Executable File
8 lines
153 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
service_type='oneshot'
|
|
service_command='/usr/local/sbin/ipt'
|
|
service_args="$cfg_hostname"
|
|
|
|
stop() { "$service_command" clean; }
|