summaryrefslogtreecommitdiffstats
path: root/network/exim/contrib/exim.logrotate
blob: 36b542b5f49d350e66a03a1d742f3b990706a40e (plain)
/var/log/exim/*.log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /bin/kill -HUP $(cat /var/run/exim.pid 2>/dev/null) 2>/dev/null || /usr/bin/true
    endscript
}