mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
998d28405d
This commit also notes %README% in exim.info Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
9 lines
137 B
Text
9 lines
137 B
Text
/var/log/exim/*.log {
|
|
su exim exim
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/pkill -HUP -u exim
|
|
endscript
|
|
}
|