8 lines
195 B
Plaintext
Executable File
8 lines
195 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-private:dir" )
|
|
|
|
#service_respawn='true'
|
|
service_command='/usr/bin/ufwd'
|
|
service_args=( -n -c -d $XDG_RUNTIME_DIR/ufwd-private )
|