aports/testing/openfire/openfire.logrotate
Taner Tas c045c835e1 testing/openfire: new aport
https://www.igniterealtime.org/projects/openfire/
Openfire is a cross-platform real-time collaboration server based on the XMPP (Jabber) protocol.
2018-09-04 10:36:49 +00:00

9 lines
94 B
Plaintext

/var/lib/openfire/log/* {
size 1M
missingok
notifempty
copytruncate
rotate 7
compress
}