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