/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
}