Use dynamic path for fireclaw in overseer service file

$(which fireclaw) instead of hardcoded /usr/local/bin/fireclaw.
Fixes 203/EXEC on systems where npm link installs to /usr/bin/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 16:09:10 +00:00
parent cf2d2d31b7
commit e6a6fb263d

View File

@@ -399,7 +399,7 @@ After=network-online.target ngircd.service ollama.service
Wants=network-online.target
[Service]
ExecStart=/usr/local/bin/fireclaw overseer
ExecStart=$(which fireclaw) overseer
User=$(whoami)
Group=$(id -gn)
Restart=always