summarylogtreecommitdiffstats
path: root/ejabberd-current.logrotate
blob: 03069078aa72bf5390d27e127cbf165babb6df54 (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 --node ejabberd reopen-log > /dev/null
     endscript
}