chore(systemd): remove obsolete systemd service files and update infrastructure documentation

- Remove 8 unused systemd service files from coordinator-api/systemd/
  - aitbc-adaptive-learning.service (port 8005)
  - aitbc-advanced-ai.service
  - aitbc-enterprise-api.service
  - aitbc-gpu-multimodal.service (port 8003)
  - aitbc-marketplace-enhanced.service (port 8006)
  - aitbc-modality-optimization.service (port 8004)
  - aitbc-multimodal.service (port 8002)
  - aitbc-openclaw-enhanced.service (port 8007
This commit is contained in:
oib
2026-03-04 12:16:50 +01:00
parent 581309369d
commit 50954a4b31
101 changed files with 1655 additions and 4871 deletions

View File

@@ -838,7 +838,7 @@ This document tracks components that have been successfully deployed and are ope
- Added troubleshooting guides for Python 3.13.5 specific issues
**6. Infrastructure & Database Fixes (2026-02-24):**
- Fixed coordinator API database path to use `/home/oib/windsurf/aitbc/data/coordinator.db`
- Fixed coordinator API database path to use `/home/oib/windsurf/aitbc/apps/coordinator-api/data/coordinator.db`
- Updated database configuration with absolute paths for reliability
- Cleaned up old database files and consolidated storage
- Fixed FastAPI dependency annotations for Python 3.13.5 compatibility