PKGBUILDs/community/ejabberd/ejabberd.logrotate

13 lines
246 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
/var/log/ejabberd/ejabberd.log {
weekly
missingok
rotate 10
compress
delaycompress
ifempty
nomail
sharedscripts
postrotate ejabberdctl --node ejabberd@localhost reopen-log > /dev/null
endscript
}