From d12147fbc9e5368572d4374a8cb27e64ba256d92 Mon Sep 17 00:00:00 2001 From: qpismont Date: Mon, 8 Jun 2026 18:33:45 +0200 Subject: [PATCH] Update Containerfile Fix systemctl enable mullvad service error --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index fbfe715..52ae91c 100644 --- a/Containerfile +++ b/Containerfile @@ -101,5 +101,5 @@ RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ + systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service && \ systemctl mask bootc-fetch-apply-updates.timer systemd-remount-fs.service