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
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:
@@ -6,8 +6,8 @@ Requires=aitbc-blockchain-node.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=aitbc
|
User=root
|
||||||
Group=aitbc
|
Group=root
|
||||||
WorkingDirectory=/opt/aitbc
|
WorkingDirectory=/opt/aitbc
|
||||||
EnvironmentFile=/etc/aitbc/.env
|
EnvironmentFile=/etc/aitbc/.env
|
||||||
EnvironmentFile=/etc/aitbc/node.env
|
EnvironmentFile=/etc/aitbc/node.env
|
||||||
|
|||||||
Reference in New Issue
Block a user