PKGBUILDs/extra/clamav/clamav.logrotate

9 lines
324 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
create 644 clamav clamav
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
endscript
}