aports/testing/fwknop/fwknopd.initd
Natanael Copa f6ba5a7b8e testing/fwknop: new aport
A Single Packet Authorization (SPA) implementation
http://www.cipherdyne.org/fwknop/
2013-11-21 10:27:20 +00:00

10 lines
186 B
Plaintext

#!/sbin/runscript
pidfile="/var/run/fwknop/fwknopd.pid"
command=/usr/sbin/fwknopd
command_args="--pid-file $pidfile $fwknopd_args"
start_pre() {
checkpath --directory ${pidfile%/*}
}