/var/log/clamav/clamd.log /var/log/clamav/freshclam.log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        [ ! -f /var/run/clamav/clamd.pid ] || kill -HUP `cat /var/run/clamav/clamd.pid`
        [ ! -f /var/run/clamav/freshclam.pid ] || kill -HUP `cat /var/run/clamav/freshclam.pid`
    endscript
}

