fix: correct GATEWAY_UNIT name to include 'castle-' prefix

This commit is contained in:
2026-02-21 01:25:49 -08:00
parent 930bc601b7
commit 233ee453d4

View File

@@ -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: