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 Type=simple
User=nobody User=nobody
Group=nogroup Group=nogroup
ExecStart=${INSTALL_DIR}/${BINARY_NAME} ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start
Restart=always Restart=always
RestartSec=10 RestartSec=10
Environment=RUST_LOG=info Environment=RUST_LOG=info