From f509e9ce5d5612c1b7cb2bc0733a6e8987ac2bb2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 25 Feb 2022 19:17:57 +0100 Subject: [PATCH] Shutdown HA CLI properly (#1768) Drop IgnoreOnIsolate to make sure the service is shutdown during shutdown. --- .../rootfs-overlay/usr/lib/systemd/system/ha-cli@.service | 1 - 1 file changed, 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/ha-cli@.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/ha-cli@.service index 431851f55..e62f68bae 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/ha-cli@.service +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/ha-cli@.service @@ -8,7 +8,6 @@ Conflicts=getty@%i.service # sure that this is synchronized before getty.target, even though # getty.target didn't actually pull it in. Before=getty.target -IgnoreOnIsolate=yes # IgnoreOnIsolate causes issues with sulogin, if someone isolates # rescue.target or starts rescue.service from multi-user.target or