Consolidate service scripts into apps directories
Some checks failed
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Systemd Sync / sync-systemd (push) Has been cancelled

- Move blockchain scripts to apps/blockchain-node/scripts/
- Move marketplace scripts to apps/marketplace/scripts/
- Move agent daemon to apps/agent-coordinator/scripts/
- Move monitor to apps/monitor/
- Update systemd service files to point to new locations
- Update internal path references in moved scripts
- Remove empty /opt/aitbc/services directory
This commit is contained in:
aitbc
2026-04-15 11:56:03 +02:00
parent 7e630f53fc
commit ca34b6fee3
13 changed files with 13 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ EnvironmentFile=/etc/aitbc/.env
EnvironmentFile=/etc/aitbc/node.env
# Monitor execution
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/monitor.py
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/apps/monitor/monitor.py
# Production reliability
Restart=always