feat: add agent start as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
f3926d0885
commit
77f5ec7475
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user