fix(service): add PATH to echo-taskboard so claude CLI is found

Systemd user units get a minimal PATH that omits ~/.local/bin where
the claude binary lives, causing plan/respond to 500 on every call.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 11:08:00 +00:00
parent 8594f98bff
commit fb7ca74ca1

View File

@@ -9,6 +9,7 @@ ExecStart=/home/moltbot/echo-core/.venv/bin/python3 /home/moltbot/echo-core/dash
Restart=on-failure
RestartSec=5
Environment=PYTHONUNBUFFERED=1
Environment=PATH=/home/moltbot/.local/bin:/usr/local/bin:/usr/bin:/bin
StandardOutput=append:/home/moltbot/echo-core/logs/echo-taskboard.log
StandardError=append:/home/moltbot/echo-core/logs/echo-taskboard.log