From f2455f618e767580116386780daf58915625dd29 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 25 May 2025 21:05:15 -0400 Subject: [PATCH] Reattempt to use systemd module instead of script --- recipes/components/base-module.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/recipes/components/base-module.yml b/recipes/components/base-module.yml index 35b9dad..e800adc 100644 --- a/recipes/components/base-module.yml +++ b/recipes/components/base-module.yml @@ -9,9 +9,16 @@ modules: - ublue-os-update-services - ublue-os-signing - - type: script - scripts: - - enableautoupdates.sh # using systemd did not work, so using this script instead + - type: systemd + system: + enabled: + - rpm-ostreed-automatic.timer + - podman-auto-update.timer + - flatpak-system-update.timer + user: + enabled: + - podman-auto-update.timer + - flatpak-user-update.timer - type: dnf repos: