Files
t2a_v2/t2a-viewer.service
dom 0c38bc261b chore: sauvegarde état courant avant merge des branches teammates
Modifications en cours : pipeline médical (cim10_extractor, dp_finalizer,
dp_selector, fusion, rag_search), viewer (helpers, detail.html),
cache ollama et référentiels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 12:36:54 +01:00

19 lines
435 B
Desktop File

[Unit]
Description=T2A Viewer - Codage diagnostique medical
After=network.target ollama.service
Wants=ollama.service
[Service]
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()"
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target