10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-fikus:dir" )
|
||
|
|
||
|
export UFW_CFG_FILE=$HOME/.config/ufw.d/fikus
|
||
|
|
||
|
#service_respawn='true'
|
||
|
service_command='/usr/bin/ufwd'
|
||
|
service_args=( -n -c -d $XDG_RUNTIME_DIR/ufwd-fikus )
|