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