diff --git a/gateway/status.py b/gateway/status.py index 55456b0a3..4cdf8f810 100644 --- a/gateway/status.py +++ b/gateway/status.py @@ -136,6 +136,7 @@ def _looks_like_gateway_process(pid: int) -> bool: "hermes_cli.main gateway", "hermes_cli/main.py gateway", "hermes gateway", + "hermes-gateway", "gateway/run.py", ) return any(pattern in cmdline for pattern in patterns)