agent

rackmanage service

Manage the agent background service

rackmanage service install

Installs 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 start

Start 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 stop

Stop 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 uninstall

Uninstalls the agent service

USAGE
  $ rackmanage service uninstall

DESCRIPTION
  Uninstalls the agent service

EXAMPLES
  $ rackmanage service uninstall

See code: src/commands/service/uninstall.ts