[net-im/ejabberd] bump to 19.02

This commit is contained in:
2019-03-22 00:31:49 +01:00
parent 90dd9449a9
commit ebf2db2512
9 changed files with 461 additions and 0 deletions

View File

@@ -0,0 +1,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
}