blob: 4f324729dba8ce2366ee3b276fc68839d8c3d4e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/var/log/jabber/*.log {
su jabber jabber
weekly
rotate 4
missingok
nocreate
sharedscripts
notifempty
compress
postrotate
/usr/sbin/ejabberdctl reopen-log > /dev/null 2>&1 || true
endscript
}
|