From 383b7d56e01b175dda9622f6081b5f4ebe7e4384 Mon Sep 17 00:00:00 2001 From: Steven Miller Date: Tue, 27 Jan 2026 09:59:24 -0500 Subject: [PATCH] Fix VMs stopping on hypeman update --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index 147bb7c..063241f 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -384,6 +384,7 @@ EnvironmentFile=${CONFIG_FILE} ExecStart=${INSTALL_DIR}/${BINARY_NAME} Restart=on-failure RestartSec=5 +KillMode=process # Security hardening ProtectSystem=strict