From 21bfad87e48203754ee30f4350bd7c282dc372ab Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Wed, 25 Feb 2026 15:27:24 +0100 Subject: [PATCH] Add condition for mutable extensions directory Signed-off-by: Hadi Chokr --- units/systemd-sysext.service | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-sysext.service b/units/systemd-sysext.service index 672faa946ff..f20a0761280 100644 --- a/units/systemd-sysext.service +++ b/units/systemd-sysext.service @@ -15,6 +15,7 @@ ConditionCapability=CAP_SYS_ADMIN ConditionDirectoryNotEmpty=|/etc/extensions ConditionDirectoryNotEmpty=|/run/extensions ConditionDirectoryNotEmpty=|/var/lib/extensions +ConditionDirectoryNotEmpty=|/var/lib/extensions.mutable ConditionPathExists=!/etc/initrd-release DefaultDependencies=no