mass update from my home pc
This commit is contained in:
7
init.d/ipt
Executable file
7
init.d/ipt
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env watchman
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='/usr/local/sbin/ipt'
|
||||
service_args="$cfg_hostname"
|
||||
|
||||
stop() { "$service_command" clean; }
|
Reference in New Issue
Block a user