Added an 'independent' option for set identites that will put them under the
[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 }