slackbuilds_ponce/network/exim/contrib/exim.logrotate

9 lines
122 B
Text
Raw Normal View History

/var/log/exim/*.log {
missingok
notifempty
sharedscripts
postrotate
/usr/bin/pkill -HUP -u exim
endscript
}