Blob Blame History Raw
# /var/log/fwknop/digest.cache is not rotated because emptying the file would
# allow packet replay
/var/log/fwknop/errs/* /var/log/fwknop/fwdata {
    missingok
    notifempty
    sharedscripts
    postrotate
        /bin/kill -HUP `cat  /var/run/fwknop/knopmd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}