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

This commit is contained in:
aitbc
2026-05-02 09:49:30 +02:00
parent a864dfbefd
commit eff9857b17

View File

@@ -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