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:
@@ -399,7 +399,7 @@ After=network-online.target ngircd.service ollama.service
|
|||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/fireclaw overseer
|
ExecStart=$(which fireclaw) overseer
|
||||||
User=$(whoami)
|
User=$(whoami)
|
||||||
Group=$(id -gn)
|
Group=$(id -gn)
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|||||||
Reference in New Issue
Block a user