1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/openfire/openfire.logrotate
Bart Ribbers 9fe970a1de testing/openfire: move from community and remove maintainer
It's maintainer has been inactive for 2 years and is not responding to
any pings
2024-12-03 15:20:26 +01:00

8 lines
94 B
Text

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