diff --git a/t2a-viewer.service b/t2a-viewer.service index cd616aa..0de50c0 100644 --- a/t2a-viewer.service +++ b/t2a-viewer.service @@ -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