mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 10:21:10 +02:00
10 lines
186 B
Plaintext
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%/*}
|
|
}
|