Fix regression - removed shutdown XPC inadvertently. (#675)

## Motivation and Context
#654 forgot to include the shutdown XPC that was added in #628.
This commit is contained in:
J Logan
2025-09-23 14:50:14 -07:00
committed by GitHub
parent e448151f7e
commit e54ee7cb4e
@@ -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
)