From 77f5ec7475fb0b4665c521f1818c88f5118f3adc Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 11:33:21 +0100 Subject: [PATCH] feat: add agent start as well Signed-off-by: kjuulh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cbaf566..b4962c0 100644 --- a/install.sh +++ b/install.sh @@ -48,7 +48,7 @@ After=network.target Type=simple User=nobody Group=nogroup -ExecStart=${INSTALL_DIR}/${BINARY_NAME} +ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start Restart=always RestartSec=10 Environment=RUST_LOG=info