From 4a632fabccbea44480361fa1c72ffaa6a5232141 Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 2 Jun 2026 11:27:59 +0200 Subject: [PATCH] docs(CLAUDE.md): fix stale systemd-run reference in gateway_nginx.rs entry Argus flagged that since PR #1054 the nginx reload path is `gateway_systemctl(["reload", "nginx"])` = `systemctl -M hive-gateway reload nginx`. Replace the stale `systemd-run --machine=hive-gateway` reference. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3171a4d5..3f72557e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -55,7 +55,7 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins) `/var/lib/hyperhive/gateway/agents.conf` (one `location /agent//` block per agent, UDS or TCP upstream) on every topology change; calls - `systemd-run --machine=hive-gateway` to reload + `systemctl -M hive-gateway reload nginx` to reload nginx. Idempotent — skips write + reload when the file content would not change. src/priv_client.rs async client for the `hive-priv` privileged-