11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
![]() |
@LOGDIR@/*.log {
|
||
|
missingok
|
||
|
sharedscripts
|
||
|
su mailman mailman
|
||
|
|
||
|
# Note that the postrotate is executed as 'root'
|
||
|
postrotate
|
||
|
sudo -u mailman -g mailman @BINDIR@/mailman reopen >/dev/null 2>&1 || true
|
||
|
endscript
|
||
|
}
|