Revert systemd ExecStart paths to use central venv (/opt/aitbc/venv/bin/python)
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 10s

This commit is contained in:
aitbc
2026-04-20 13:20:23 +02:00
parent 456ba8ce9b
commit 3d4300924e
4 changed files with 4 additions and 4 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/apps/exchange/.venv/bin/python simple_exchange_api.py --port 8001
ExecStart=/opt/aitbc/venv/bin/python simple_exchange_api.py --port 8001
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=5