docs: update cross-node communication guides for systemd service management
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m12s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 4s

- Add environment variables section (GENESIS_IP, FOLLOWER_IP, RPC_PORT, CHAIN_ID)
- Document systemd service management for agent daemon
- Update wallet configuration with password file paths
- Add service management commands (start, status, restart, logs)
- Document service file locations and wrapper scripts
- Update troubleshooting section with systemd commands
- Replace hardcoded IPs with environment variables
- Add service health checks to prerequisites
- Update version to 2
This commit is contained in:
aitbc
2026-05-09 17:27:26 +02:00
parent 81fea29941
commit f6f6a41191
5 changed files with 301 additions and 95 deletions

View File

@@ -94,6 +94,10 @@ Documentation about the documentation system itself
- [Agent Global AI](agents/AGENT_GLOBAL_AI.md)
- [Agent Explorer](agents/AGENT_EXPLORER.md)
### 📦 **Applications Documentation**
- **[Apps](apps/)** - Applications documentation (72 items)
- Application-level services, components, and integrations
### 🏗️ Architecture Documentation
- **[Architecture](architecture/)** - System architecture and design patterns (10 items)