docs: clarify lingering onboarding notes

This commit is contained in:
Peter Steinberger
2026-01-05 21:19:49 +00:00
parent de153a40d0
commit dbea8eb69e
5 changed files with 10 additions and 8 deletions

View File

@@ -471,7 +471,7 @@ codex --full-auto "debug why clawdbot gateway won't start"
Linux installs use a systemd **user** service. By default, systemd stops user
services on logout/idle, which kills the Gateway.
Fix:
Onboarding attempts to enable lingering; if its still off, run:
```bash
sudo loginctl enable-linger $USER
```