mirror of
https://github.com/RipleyBooya/Nextcloud-AIO_OnlyOffice_Availability_Fix.git
synced 2025-12-11 05:08:39 +01:00
Create onlyoffice-fix.timer
This commit is contained in:
parent
a41cedb184
commit
5cd02fbaa3
1 changed files with 14 additions and 0 deletions
14
etc/systemd/system/onlyoffice-fix.timer
Normal file
14
etc/systemd/system/onlyoffice-fix.timer
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue