chore: remove edge node configs and update paths from configs/ to config/

- Delete edge-node-aitbc.yaml primary container configuration
- Delete edge-node-aitbc1.yaml secondary container configuration
- Update docs/1_project/5_done.md path reference from configs/ to config/
- Update scripts/ops/install_miner_systemd.sh systemd service path from configs/systemd/ to config/systemd/
This commit is contained in:
oib
2026-03-02 21:56:05 +01:00
parent 3b3e93770e
commit 06e8f68cb9
5 changed files with 110 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ pip install -r "$APP_DIR/requirements.txt" || true
deactivate
install -m 644 "$(pwd)/configs/systemd/${SERVICE_NAME}.service" "$SYSTEMD_PATH"
install -m 644 "$(pwd)/config/systemd/${SERVICE_NAME}.service" "$SYSTEMD_PATH"
systemctl daemon-reload
systemctl enable --now "$SERVICE_NAME"