Unify environment files - split global (.env) from node-specific (node.env)
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled

This commit is contained in:
aitbc
2026-04-15 10:19:06 +02:00
parent bd6f5d53f0
commit 3ead8d1399
17 changed files with 19 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ Type=simple
User=aitbc
Group=aitbc
WorkingDirectory=/opt/aitbc
EnvironmentFile=/etc/aitbc/.env
EnvironmentFile=/etc/aitbc/node.env
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 \