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.
This commit is contained in:
iris 2026-06-02 11:27:59 +02:00 committed by mara
commit 4a632fabcc

View file

@ -55,7 +55,7 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
`/var/lib/hyperhive/gateway/agents.conf` (one
`location /agent/<n>/` 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-