mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 13:00:18 +00:00
daily update timer: start already on 01:00 to avoid dst change issue
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> (cherry picked from commit f703b171e6ef7d06a3b751c50ed3d421db99fd45) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b6cf9f1576
commit
6e944a38e3
@ -2,8 +2,8 @@
|
||||
Description=Daily PVE download activities
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 2:00
|
||||
RandomizedDelaySec=4h
|
||||
OnCalendar=*-*-* 1:00
|
||||
RandomizedDelaySec=5h
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user