summarylogtreecommitdiffstats
path: root/ejabberd.logrotate
blob: c7500985f2dfa2e5e7402543a86fce2de59f0a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/ejabberd/ejabberd.log {
     weekly
     missingok
     rotate 10
     compress
     delaycompress
     ifempty
     nomail
     sharedscripts
     postrotate ejabberdctl reopen-log > /dev/null
     endscript
}