fix: correct environment file references to use /etc/aitbc/.env

 Environment File Correction
- Updated all services to use /etc/aitbc/.env instead of /etc/aitbc/production.env
- Fixed EnvironmentFile paths in all systemd services
- Verified /etc/aitbc/.env exists and contains configuration
- Eliminated references to non-existent production.env

 Service Configuration
- All services now use the correct environment file
- Environment variables properly loaded
- Service startup should be more reliable
- No more missing environment file errors

 Production Structure
- Single environment file: /etc/aitbc/.env
- No duplicate or non-existent environment files
- Clean configuration management
- Proper FHS compliance

🚀 Environment file references corrected!
This commit is contained in:
aitbc
2026-04-02 14:39:26 +02:00
parent c5eaea1364
commit a23f91cd9d
8 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ WorkingDirectory=/opt/aitbc
Environment=PATH=/usr/bin:/usr/local/bin:/usr/bin:/bin
Environment=NODE_ID=aitbc
Environment=PYTHONPATH=/opt/aitbc/services
EnvironmentFile=/etc/aitbc/production.env
EnvironmentFile=/etc/aitbc/.env
# OpenClaw AI execution
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/openclaw_ai.py