clamav/clamav-clamd.logrotate

11 lines
197 B
Plaintext

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