feat: add agent start as well
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:33:21 +01:00
parent f3926d0885
commit 77f5ec7475
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -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