When create_htb=0 is specified in ulogd.conf, DRL now ensures that each identity's
[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 }