From 3dbb2fa23923635cd5e4fe29fb74fbd07b76c899 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 6 Oct 2025 21:39:22 +0200 Subject: [PATCH] system-systemd\x2dmute\x2dconsole.slice: do not disable default deps The only default dep for slice units is exactly what's outlined here: Conflicts= + Before=shutdown.target. Hence just drop custom deps. --- "units/system-systemd\\x2dmute\\x2dconsole.slice" | 3 --- 1 file changed, 3 deletions(-) diff --git "a/units/system-systemd\\x2dmute\\x2dconsole.slice" "b/units/system-systemd\\x2dmute\\x2dconsole.slice" index 7819eb91a3d..18890cf1b34 100644 --- "a/units/system-systemd\\x2dmute\\x2dconsole.slice" +++ "b/units/system-systemd\\x2dmute\\x2dconsole.slice" @@ -10,9 +10,6 @@ [Unit] Description=Console Output Muting Service Slice Documentation=man:systemd-mute-console(8) -DefaultDependencies=no -Conflicts=shutdown.target -Before=shutdown.target [Slice] # Serialize requests to mute the console. -- 2.47.3