From 5cd02fbaa3c2246373bc76a39c9f7ab18debe4c4 Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Sun, 23 Nov 2025 12:40:44 +0100 Subject: [PATCH] Create onlyoffice-fix.timer --- etc/systemd/system/onlyoffice-fix.timer | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/systemd/system/onlyoffice-fix.timer diff --git a/etc/systemd/system/onlyoffice-fix.timer b/etc/systemd/system/onlyoffice-fix.timer new file mode 100644 index 0000000..daf11f7 --- /dev/null +++ b/etc/systemd/system/onlyoffice-fix.timer @@ -0,0 +1,14 @@ +[Unit] +Description=Run OnlyOffice auto-fix after Nextcloud AIO backup + +[Timer] +# Primary window: every 5 minutes between 04:10–04:40 UTC +OnCalendar=*-*-* 04:10:00..04:40:00/5 UTC + +# Safety run: once per hour at minute 10 (UTC) +OnCalendar=*-*-* *:10:00 UTC + +Persistent=true + +[Install] +WantedBy=timers.target