#
# Rotate Clam AV daemon log file
#

/var/log/clamav/clamd.log {
    missingok
    nocompress
    create 640 clamav clamav
    postrotate
	/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

