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-git.timer.j2
Giancarlo Razzolini 32589f4637
roles/aurweb: Randomize that start time of the aurweb-git service
Added RandomizedDelaySec to make the aurweb-git.service to start on
a different time than the borg backup, so the machine does not hammered
by both running at the same time.
2020-07-23 13:50:02 -03:00

10 lines
121 B
Django/Jinja

[Unit]
Description=Git gc & repack AUR
[Timer]
OnCalendar=daily
RandomizedDelaySec=1h
[Install]
WantedBy=timers.target