blob: 0dfb976535bf784b3238c49d85850710d49de2ba (
plain)
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%/*}
}
|