feat: run as root
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-30 11:45:49 +01:00
parent 38a0a9fba4
commit 1dea5f29ac
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -59,8 +59,8 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
User=nobody User=root
Group=nogroup Group=root
ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start
Restart=always Restart=always
RestartSec=10 RestartSec=10