Move .agent_daemon_password to keystore directory and update references
Some checks failed
Documentation Validation / validate-docs (push) Waiting to run
Systemd Sync / sync-systemd (push) Has been cancelled

This commit is contained in:
aitbc
2026-04-15 10:34:53 +02:00
parent 4b82d14fe0
commit 5f3f587a19
2 changed files with 2 additions and 2 deletions

View File

@@ -711,7 +711,7 @@ This document tracks components that have been successfully deployed and are ope
- File: `services/agent_daemon.py`
- Systemd service: `systemd/aitbc-agent-daemon.service`
- Configured to listen for messages and auto-reply with configurable responses
- Password file: `.agent_daemon_password` (temp123 for temp-agent wallet)
- Password file: `/var/lib/aitbc/keystore/.agent_daemon_password` (temp123 for temp-agent wallet)
-**Phase 1: Core Enhancements**
- Client: retry with exponential backoff, job history/filtering, batch submit from CSV/JSON, job templates

View File

@@ -15,7 +15,7 @@ Environment="PATH=/opt/aitbc/venv/bin:/usr/local/bin:/usr/bin:/bin"
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/agent_daemon.py \
--wallet temp-agent \
--address ait1d18e286fc0c12888aca94732b5507c8787af71a5 \
--password-file /opt/aitbc/.agent_daemon_password \
--password-file /var/lib/aitbc/keystore/.agent_daemon_password \
--keystore-dir /var/lib/aitbc/keystore \
--db-path /var/lib/aitbc/data/chain.db \
--rpc-url http://localhost:8006 \