mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
12 lines
236 B
Text
12 lines
236 B
Text
/var/log/ejabberd/ejabberd.log {
|
|
weekly
|
|
missingok
|
|
rotate 10
|
|
compress
|
|
delaycompress
|
|
ifempty
|
|
nomail
|
|
sharedscripts
|
|
postrotate ejabberdctl --node ejabberd reopen-log > /dev/null
|
|
endscript
|
|
}
|