mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
/var/log/ejabberd/ejabberd.log {
|
|
weekly
|
|
missingok
|
|
rotate 10
|
|
compress
|
|
delaycompress
|
|
ifempty
|
|
nomail
|
|
sharedscripts
|
|
postrotate ejabberdctl --node ejabberd reopen-log > /dev/null
|
|
endscript
|
|
}
|