# Logrotate file for fwmon
 
/var/log/fwmon/fwmon.cap /var/log/fwmon/fwmon.log {
daily
nocreate
postrotate
        killall -HUP fwmon
endscript
}
