fix: systemd ExecStart paths to use app-specific venvs
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 4s

This commit is contained in:
aitbc
2026-04-20 13:10:28 +02:00
parent e3804f84e4
commit 456ba8ce9b
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Group=root
WorkingDirectory=/opt/aitbc/apps/exchange
EnvironmentFile=/etc/aitbc/.env
EnvironmentFile=/etc/aitbc/node.env
ExecStart=/opt/aitbc/venv/bin/python simple_exchange_api.py --port 8001
ExecStart=/opt/aitbc/apps/exchange/.venv/bin/python simple_exchange_api.py --port 8001
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=5