mirror of
https://github.com/Ponce/slackbuilds
synced 2024-10-29 18:42:51 +01:00
9 lines
122 B
Text
9 lines
122 B
Text
|
/var/log/exim/*.log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/usr/bin/pkill -HUP -u exim
|
||
|
endscript
|
||
|
}
|