From c8327870eda017df154ff8ddab1f77f6c4bd8d4e Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 29 Dec 2024 00:14:14 -0300 Subject: [PATCH] fix: mask bootc update timer and service as they are still getting ran For some reason disabiling those doesnt seem to have any effect on runtime? I still get the timer and my PC suddenly shuts down. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5057b42..c7fb0da 100755 --- a/build.sh +++ b/build.sh @@ -127,4 +127,4 @@ systemctl enable brew-setup.service systemctl disable mcelog.service systemctl enable tailscaled.service systemctl enable uupd.timer -systemctl disable bootc-fetch-apply-updates.timer bootc-fetch-apply-updates.service +systemctl mask bootc-fetch-apply-updates.timer bootc-fetch-apply-updates.service