docs: refresh linux service docs

This commit is contained in:
Peter Steinberger
2026-04-04 10:27:09 +01:00
parent eb932d59e0
commit 0182dd1694
4 changed files with 29 additions and 19 deletions

View File

@@ -95,8 +95,8 @@ Run a persistent, always-on OpenClaw Gateway on a Raspberry Pi. Since the Pi is
<Step title="Verify">
```bash
openclaw status
sudo systemctl status openclaw
journalctl -u openclaw -f
systemctl --user status openclaw-gateway.service
journalctl --user -u openclaw-gateway.service -f
```
</Step>
@@ -146,7 +146,7 @@ sudo systemctl disable bluetooth
**Slow performance** -- Use a USB SSD instead of an SD card. Check for CPU throttling with `vcgencmd get_throttled` (should return `0x0`).
**Service will not start** -- Check logs with `journalctl -u openclaw --no-pager -n 100` and run `openclaw doctor --non-interactive`.
**Service will not start** -- Check logs with `journalctl --user -u openclaw-gateway.service --no-pager -n 100` and run `openclaw doctor --non-interactive`. If this is a headless Pi, also verify lingering is enabled: `sudo loginctl enable-linger "$(whoami)"`.
**ARM binary issues** -- If a skill fails with "exec format error", check whether the binary has an ARM64 build. Verify architecture with `uname -m` (should show `aarch64`).