diff --git a/etc/logrotate.d/onlyoffice-auto-fix b/etc/logrotate.d/onlyoffice-auto-fix new file mode 100644 index 0000000..ef19317 --- /dev/null +++ b/etc/logrotate.d/onlyoffice-auto-fix @@ -0,0 +1,10 @@ +/var/log/onlyoffice-auto-fix.log { + daily + rotate 90 + size 5M + missingok + notifempty + compress + delaycompress + copytruncate +}