Add packages/py to PYTHONPATH for marketplace service
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Deploy to Testnet / notify-deployment (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Systemd Sync / sync-systemd (push) Has been cancelled
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Deploy to Testnet / notify-deployment (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Systemd Sync / sync-systemd (push) Has been cancelled
This commit is contained in:
@@ -7,7 +7,7 @@ Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/opt/aitbc/apps/marketplace-service
|
||||
Environment="PATH=/opt/aitbc/venv/bin:/usr/local/bin:/usr/bin:/bin"
|
||||
Environment="PYTHONPATH=/opt/aitbc/apps/marketplace-service/src:$PYTHONPATH"
|
||||
Environment="PYTHONPATH=/opt/aitbc/apps/marketplace-service/src:/opt/aitbc/packages/py:$PYTHONPATH"
|
||||
ExecStart=/opt/aitbc/venv/bin/python -m marketplace_service.main
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
Reference in New Issue
Block a user