PKGBUILDs/community/ejabberd/ejabberd.logrotate
2009-10-09 21:15:33 -05:00

12 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
}