/var/log/angie/*.log {
        hourly
        missingok
        rotate 2
        compress
        maxage 15
        notifempty
        create 644 angie angie
        sharedscripts
        postrotate
            if [ -f /run/angie.pid ]; then
                kill -HUP $(cat /run/angie.pid)
            fi
        endscript
}