pve-manager/services/pve-daily-update.timer
Thomas Lamprecht 29592cbbbe 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>
2022-03-14 09:04:27 +01:00

11 lines
152 B
SYSTEMD

[Unit]
Description=Daily PVE download activities
[Timer]
OnCalendar=*-*-* 1:00
RandomizedDelaySec=5h
Persistent=true
[Install]
WantedBy=timers.target