Added a check to see if the sending rate is within 1% of the limit rather than
[distributedratelimiting.git] / ulogd.logrotate
1 /var/log/ulogd.log /var/log/ulogd.syslogemu /var/log/ulogd.pktlog /var/log/ulogd.pcap {
2     missingok
3     sharedscripts
4     postrotate
5         /bin/killall -HUP ulogd 2> /dev/null || true
6     endscript
7 }