From e456c289b5bacc1d6b78786c4f28059ba56f963a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 19 Jan 2024 17:43:05 -0500 Subject: [PATCH] autoupdates: Fix to use correct unit Definitely a brown paper bag bug. --- tier-0/autoupdates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier-0/autoupdates.yaml b/tier-0/autoupdates.yaml index ce1b427..90c7065 100644 --- a/tier-0/autoupdates.yaml +++ b/tier-0/autoupdates.yaml @@ -8,4 +8,4 @@ postprocess: target=/usr/lib/systemd/system/default.target.wants mkdir -p $target set -x - ln -s ../bootc-fetch-apply-updates.service $target + ln -s ../bootc-fetch-apply-updates.timer $target