/var/log/havp/*.log {
        weekly
        missingok
        rotate 52
        compress
        delaycompress
        notifempty
        create 640 havp havp
        sharedscripts
        postrotate
                if [ -f /var/run/havp/havp.pid ]; then
                        /etc/init.d/havp reload > /dev/null
                fi
        endscript
}
