/var/log/arpon/arpon.log {
        weekly
        missingok
        rotate 4
        postrotate
                if [ -e /run/systemd/system ] ; then
                        if systemctl -q is-active arpon ; then
                                systemctl -q reload arpon
                        fi
                elif [ -e /var/run/arpon.pid ]; then
                        invoke-rc.d --quiet arpon reload > /dev/null
                fi
        endscript
        compress
        delaycompress
        notifempty
        create 640 root root
}

