mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
13 lines
246 B
Text
13 lines
246 B
Text
|
/var/log/ejabberd/ejabberd.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 10
|
||
|
compress
|
||
|
delaycompress
|
||
|
ifempty
|
||
|
nomail
|
||
|
sharedscripts
|
||
|
postrotate ejabberdctl --node ejabberd@localhost reopen-log > /dev/null
|
||
|
endscript
|
||
|
}
|