slackbuilds/network/exim/contrib/exim.logrotate

9 lines
144 B
Plaintext

/var/log/exim/*.log {
missingok
notifempty
sharedscripts
postrotate
pkill -F /var/run/exim.pid -HUP > /dev/null 2>&1 || true
endscript
}