fix: systemd ExecStart paths to use app-specific venvs
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 4s
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 4s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user