diff --git a/zulip-health.prose.md b/zulip-health.prose.md index 3404e8a..b855223 100644 --- a/zulip-health.prose.md +++ b/zulip-health.prose.md @@ -290,6 +290,9 @@ ssh root@192.168.68.15 "pct exec 111 -- ls -la /root/.hermes/gateway.pid /root/. If gateway process is dead (no PID) but pid/lock files exist: ```bash ssh root@ "rm -f /root/.hermes/gateway.pid /root/.hermes/gateway.lock" +# pct exec variant: +ssh root@192.168.68.15 "pct exec 113 -- rm -f /root/.hermes/gateway.pid /root/.hermes/gateway.lock" +ssh root@192.168.68.15 "pct exec 111 -- rm -f /root/.hermes/gateway.pid /root/.hermes/gateway.lock" ``` Pid/lock files blocking restart → clear them before restart attempt.