updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / clamav-git / clamav.logrotate
blob93cbb6cf71388ffe898d986af1c0cb617832b0be
1 /var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
2     create 644 clamav clamav
3     sharedscripts
4     postrotate
5             /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
6             /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
7     endscript