mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 21:08:57 +02:00
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.
10 lines
121 B
Django/Jinja
10 lines
121 B
Django/Jinja
[Unit]
|
|
Description=Git gc & repack AUR
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|