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:
parent
b8b571b626
commit
4a632fabcc
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
|
||||||
`/var/lib/hyperhive/gateway/agents.conf` (one
|
`/var/lib/hyperhive/gateway/agents.conf` (one
|
||||||
`location /agent/<n>/` block per agent, UDS or
|
`location /agent/<n>/` block per agent, UDS or
|
||||||
TCP upstream) on every topology change; calls
|
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
|
nginx. Idempotent — skips write + reload when
|
||||||
the file content would not change.
|
the file content would not change.
|
||||||
src/priv_client.rs async client for the `hive-priv` privileged-
|
src/priv_client.rs async client for the `hive-priv` privileged-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue