fix: eliminate all old production paths from systemd services
✅ Complete Path Cleanup - Updated all services in /opt/aitbc/systemd/ to use /opt/aitbc/services - Fixed blockchain node service ExecStart path - Updated PYTHONPATH for all services - Eliminated all /opt/aitbc/production/services references ✅ Service Architecture Cleanup - Single blockchain node service with correct path - GPU marketplace service as single marketplace - No duplicate marketplace services - Clean service configuration ✅ Production Structure - All services use /opt/aitbc/services - No more box in a box references - FHS compliant structure maintained - Single, manageable service architecture 🚀 Complete elimination of old production paths!
This commit is contained in:
@@ -10,11 +10,11 @@ WorkingDirectory=/opt/aitbc
|
||||
Environment=PATH=/usr/bin:/usr/local/bin:/usr/bin:/bin
|
||||
Environment=NODE_ID=aitbc
|
||||
Environment=GPU_MARKETPLACE_PORT=8003
|
||||
Environment=PYTHONPATH=/opt/aitbc/production/services
|
||||
Environment=PYTHONPATH=/opt/aitbc/services
|
||||
EnvironmentFile=/opt/aitbc/production/.env
|
||||
|
||||
# Production execution
|
||||
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/production/services/gpu_marketplace_launcher.py
|
||||
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/gpu_marketplace_launcher.py
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=mixed
|
||||
TimeoutStopSec=10
|
||||
|
||||
Reference in New Issue
Block a user