docs: refresh daemon troubleshooting guidance

This commit is contained in:
Peter Steinberger
2026-01-08 10:42:23 +01:00
parent af2accf5e3
commit 840c64084e
5 changed files with 16 additions and 4 deletions

View File

@@ -97,4 +97,4 @@ clawdbot daemon stop
# If youre not using a LaunchAgent (dev mode / manual runs), find the listener:
lsof -nP -iTCP:18789 -sTCP:LISTEN
```
Kill any existing `node` or `clawdbot` processes listening on that port and restart the app.
If a manual run is holding the port, stop that process (Ctrl+C). As a last resort, kill the PID you found above.