slackbuilds_ponce/system/clamav/logrotate.clamav
ponce 6eb187c4a4 system/clamav: Updated for version 0.97.2 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-09-23 12:24:45 -03:00

11 lines
222 B
Text

/var/log/clamav/*.log {
weekly
rotate 5
compress
delaycompress
notifempty
missingok
postrotate
/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2>/dev/null || true
endscript
}