fix: update agent-daemon service to run as root instead of aitbc user
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 11s

- Change User=aitbc to User=root in aitbc-agent-daemon.service
- aitbc user no longer exists after cleanup
- Consistent with other AITBC services that run as root
This commit is contained in:
aitbc
2026-04-24 12:04:37 +02:00
parent 65eabea9e4
commit 7bbb75876a

View File

@@ -6,8 +6,8 @@ Requires=aitbc-blockchain-node.service
[Service]
Type=simple
User=aitbc
Group=aitbc
User=root
Group=root
WorkingDirectory=/opt/aitbc
EnvironmentFile=/etc/aitbc/.env
EnvironmentFile=/etc/aitbc/node.env