From 233ee453d430b828d4b6153999f86e60e6e55b19 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Sat, 21 Feb 2026 01:25:49 -0800 Subject: [PATCH] fix: correct GATEWAY_UNIT name to include 'castle-' prefix --- cli/src/castle_cli/commands/gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/castle_cli/commands/gateway.py b/cli/src/castle_cli/commands/gateway.py index 96b58b5..54be77f 100644 --- a/cli/src/castle_cli/commands/gateway.py +++ b/cli/src/castle_cli/commands/gateway.py @@ -9,7 +9,7 @@ from castle_cli.config import GENERATED_DIR, CastleConfig, ensure_dirs, load_con GATEWAY_COMPONENT = "castle-gateway" -GATEWAY_UNIT = "castle-gateway.service" +GATEWAY_UNIT = "castle-castle-gateway.service" def _find_app_dist(config: CastleConfig) -> str | None: