From 29592cbbbeb12155bd1ed2dcfa26064d29c8ce92 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 14 Mar 2022 09:04:25 +0100 Subject: [PATCH] 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 --- services/pve-daily-update.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/pve-daily-update.timer b/services/pve-daily-update.timer index bf8d0b54..71653240 100644 --- a/services/pve-daily-update.timer +++ b/services/pve-daily-update.timer @@ -2,8 +2,8 @@ Description=Daily PVE download activities [Timer] -OnCalendar=*-*-* 2:00 -RandomizedDelaySec=4h +OnCalendar=*-*-* 1:00 +RandomizedDelaySec=5h Persistent=true [Install]