From e6a6fb263d6e533b797bed27a12cfa90fd4f2dc1 Mon Sep 17 00:00:00 2001 From: ansible Date: Tue, 7 Apr 2026 16:09:10 +0000 Subject: [PATCH] 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) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index a4e756d..a585507 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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