mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01: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
|