1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/archweb/templates/archweb-mirrorcheck.timer.j2
Florian Pritz 7eef994f8a
archweb: Randomize mirror check over 1 hour
This should help to better spread the different mirror checkers so they
don't all run at the same time.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-07 13:03:24 +02:00

11 lines
139 B
Django/Jinja

[Unit]
Description=archweb mirrorcheck
[Timer]
OnUnitActiveSec=1h
OnBootSec=10min
RandomizedDelaySec=1h
[Install]
WantedBy=timers.target