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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user