935b94e606
f6ba5a7b8e
1
2 3 4 5 6 7 8 9
#!/sbin/openrc-run pidfile="/var/run/fwknop/fwknopd.pid" command=/usr/sbin/fwknopd command_args="--pid-file $pidfile $fwknopd_args" start_pre() { checkpath --directory ${pidfile%/*} }