blob: fe513f0914736267ac1cb3973b2d3ed431a0d8f3 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/sbin/runscript
pidfile="/var/run/fwknop/fwknopd.pid"
command=/usr/sbin/fwknopd
command_args="--pid-file $pidfile $fwknopd_args"
start_pre() {
checkpath --directory ${pidfile%/*}
}
|