/var/log/angie/*.log {
        daily
        missingok
        rotate 52
        compress
        delaycompress
        notifempty
        create 640 angie adm
        sharedscripts
        postrotate
                if [ -f /var/run/angie.pid ]; then
                        kill -USR1 `cat /var/run/angie.pid`
                fi
        endscript
}
