1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/templates/aurweb-pkgmaint.timer.j2
Jelle van der Waa b0181fcecf
Randomize the start time of aurweb timer services
As all these services do maintenance tasks and query the database so
it's better to spread out the load.
2020-08-27 21:54:37 +02:00

11 lines
164 B
Django/Jinja

[Unit]
Description=Delete old, empty reserved aurweb pkgbases
[Timer]
OnStartupSec=2h
OnUnitActiveSec=2h
RandomizedDelaySec=5min
[Install]
WantedBy=timers.target