From e1d727456dd9a14b67bc1302ea6b4738de4a09da Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Sun, 23 Nov 2025 12:41:09 +0100 Subject: [PATCH] Create onlyoffice-auto-fix --- etc/logrotate.d/onlyoffice-auto-fix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/logrotate.d/onlyoffice-auto-fix 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 +}