15 lines
382 B
SYSTEMD
15 lines
382 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Furtka apps catalog daily sync
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
# First sync 10 min after boot, then once per day with up to 6 h jitter so
|
||
|
|
# a fleet of boxes doesn't all hit Forgejo at the same second. Persistent
|
||
|
|
# = catch up if the box was off when the timer should have fired.
|
||
|
|
OnBootSec=10min
|
||
|
|
OnUnitActiveSec=24h
|
||
|
|
RandomizedDelaySec=6h
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|