14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
|
/var/log/ejabberd/*.log {
|
||
|
su ejabberd ejabberd
|
||
|
weekly
|
||
|
rotate 4
|
||
|
missingok
|
||
|
nocreate
|
||
|
sharedscripts
|
||
|
notifempty
|
||
|
compress
|
||
|
postrotate
|
||
|
/usr/sbin/ejabberdctl reopen-log > /dev/null 2>&1 || true
|
||
|
endscript
|
||
|
}
|