fix(gateway): preserve config SecretRef env for services

This commit is contained in:
Peter Steinberger
2026-04-28 09:44:43 +01:00
parent 4c61040c52
commit 3ed3248d7b
4 changed files with 149 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ openclaw gateway
```
If OpenClaw is already running as a background service, restart it via the OpenClaw Mac app or by stopping and restarting the `openclaw gateway run` process.
For managed service installs, run `openclaw gateway install` from a shell where `DISCORD_BOT_TOKEN` is present, or store the variable in `~/.openclaw/.env`, so the service can resolve the env SecretRef after restart.
</Step>