From 358ea84d3ec0317bd29918b740e10e3dc83e4b77 Mon Sep 17 00:00:00 2001 From: spmfox Date: Mon, 3 Jun 2024 11:34:36 -0400 Subject: Changing update to be only weekly and persistent, tweaking build process so cache is allowed --- templates/bootcblade-rebuild.timer.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/bootcblade-rebuild.timer.j2') diff --git a/templates/bootcblade-rebuild.timer.j2 b/templates/bootcblade-rebuild.timer.j2 index cffd275..8dc2159 100644 --- a/templates/bootcblade-rebuild.timer.j2 +++ b/templates/bootcblade-rebuild.timer.j2 @@ -2,9 +2,8 @@ Description=bootcblade-rebuild timer [Timer] -OnBootSec=60min -OnUnitActiveSec=1w - +OnCalendar=weekly +Persistent=true [Install] WantedBy=timers.target -- cgit