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>
This commit is contained in:
Thomas Lamprecht 2022-03-14 09:04:25 +01:00
parent 36e97aa41d
commit 29592cbbbe

View File

@ -2,8 +2,8 @@
Description=Daily PVE download activities
[Timer]
OnCalendar=*-*-* 2:00
RandomizedDelaySec=4h
OnCalendar=*-*-* 1:00
RandomizedDelaySec=5h
Persistent=true
[Install]