From ce595b69fa0941914b2d864681d58752fc0d9563 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Mon, 17 Nov 2025 23:14:51 +0000 Subject: [PATCH] Avoid blocking self-heal start during install --- scripts/install-sensor-proxy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install-sensor-proxy.sh b/scripts/install-sensor-proxy.sh index 8c1ca1cae..b33b92d92 100755 --- a/scripts/install-sensor-proxy.sh +++ b/scripts/install-sensor-proxy.sh @@ -2993,7 +2993,6 @@ EOF systemctl daemon-reload systemctl enable --now pulse-sensor-proxy-selfheal.timer >/dev/null 2>&1 || true - systemctl start pulse-sensor-proxy-selfheal.service >/dev/null 2>&1 || true fi if [ "$QUIET" = true ]; then