From e54ee7cb4e8e3f624e887960efcc40a2e521bac1 Mon Sep 17 00:00:00 2001 From: J Logan Date: Tue, 23 Sep 2025 14:50:14 -0700 Subject: [PATCH] Fix regression - removed shutdown XPC inadvertently. (#675) ## Motivation and Context #654 forgot to include the shutdown XPC that was added in #628. --- Sources/Helpers/RuntimeLinux/RuntimeLinuxHelper+Start.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Helpers/RuntimeLinux/RuntimeLinuxHelper+Start.swift b/Sources/Helpers/RuntimeLinux/RuntimeLinuxHelper+Start.swift index c85240bb..a08a484f 100644 --- a/Sources/Helpers/RuntimeLinux/RuntimeLinuxHelper+Start.swift +++ b/Sources/Helpers/RuntimeLinux/RuntimeLinuxHelper+Start.swift @@ -96,6 +96,7 @@ extension RuntimeLinuxHelper { SandboxRoutes.wait.rawValue: server.wait, SandboxRoutes.start.rawValue: server.startProcess, SandboxRoutes.dial.rawValue: server.dial, + SandboxRoutes.shutdown.rawValue: server.shutdown, ], log: log )