mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 16:36:30 +00:00

see https://github.com/systemd/systemd/issues/5595 Has also the side effect of spreading out the updates for our most used product over a longer time span, reducing load on the CDN. Note, this is now the same timer setting as PBS used from the start. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 lines
152 B
SYSTEMD
11 lines
152 B
SYSTEMD
[Unit]
|
|
Description=Daily PVE download activities
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 1:00
|
|
RandomizedDelaySec=5h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|