From 1dea5f29ac0dea77af9ab1bbd55e28f8db625f66 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 11:45:49 +0100 Subject: [PATCH] feat: run as root Signed-off-by: kjuulh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4eefec9..034111b 100644 --- a/install.sh +++ b/install.sh @@ -59,8 +59,8 @@ After=network.target [Service] Type=simple -User=nobody -Group=nogroup +User=root +Group=root ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start Restart=always RestartSec=10