fix: chemin absolu uvicorn pour systemd

systemd n'inclut pas ~/.local/bin dans PATH, uvicorn non trouvé (exit 127).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nicoboy
2026-06-08 18:32:58 +02:00
parent a6abcb7d9d
commit 9db1897af7

View File

@ -66,4 +66,4 @@ sleep 2
# 5. Lancer WireClaw # 5. Lancer WireClaw
echo "Lancement WireClaw..." echo "Lancement WireClaw..."
cd ~/wireclaw cd ~/wireclaw
uvicorn web_server:app --host 0.0.0.0 --port 8765 /home/nicoboy/.local/bin/uvicorn web_server:app --host 0.0.0.0 --port 8765