fix: corriger le chemin gunicorn dans t2a-viewer.service
Le chemin ExecStart pointait vers /home/dom/ai/t2a/.venv/ (ancien projet) au lieu de /home/dom/ai/t2a_v2/.venv/ (projet actuel). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ Type=simple
|
||||
User=dom
|
||||
WorkingDirectory=/home/dom/ai/t2a_v2
|
||||
EnvironmentFile=/home/dom/ai/t2a_v2/.env
|
||||
ExecStart=/home/dom/ai/t2a/.venv/bin/gunicorn -c gunicorn.conf.py "src.viewer.app:create_app()"
|
||||
ExecStart=/home/dom/ai/t2a_v2/.venv/bin/gunicorn -c gunicorn.conf.py "src.viewer.app:create_app()"
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
StandardOutput=journal
|
||||
|
||||
Reference in New Issue
Block a user