rackmanage serviceManage the agent background service
rackmanage service installrackmanage service startrackmanage service stoprackmanage service uninstallrackmanage service installInstalls the agent service
USAGE
$ rackmanage service install [-f] [-t <value>]
FLAGS
-f, --force Force the installation without confirmation
-t, --trigger=<value> When to trigger the service (login, boot). Sudo permissions required for boot trigger.
DESCRIPTION
Installs the agent service
EXAMPLES
$ rackmanage service install
See code: src/commands/service/install.ts
rackmanage service startStart the agent service
USAGE
$ rackmanage service start
DESCRIPTION
Start the agent service
EXAMPLES
$ rackmanage service start
See code: src/commands/service/start.ts
rackmanage service stopStop the agent service
USAGE
$ rackmanage service stop
DESCRIPTION
Stop the agent service
EXAMPLES
$ rackmanage service stop
See code: src/commands/service/stop.ts
rackmanage service uninstallUninstalls the agent service
USAGE
$ rackmanage service uninstall
DESCRIPTION
Uninstalls the agent service
EXAMPLES
$ rackmanage service uninstall
See code: src/commands/service/uninstall.ts