Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 1.67 KB

service.md

File metadata and controls

81 lines (54 loc) · 1.67 KB

rmagent service

Manage the agent background service

rmagent service install

Installs the agent service

USAGE
  $ rmagent 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
  $ rmagent service install

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

rmagent service start

Start the agent service

USAGE
  $ rmagent service start

DESCRIPTION
  Start the agent service

EXAMPLES
  $ rmagent service start

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

rmagent service stop

Stop the agent service

USAGE
  $ rmagent service stop

DESCRIPTION
  Stop the agent service

EXAMPLES
  $ rmagent service stop

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

rmagent service uninstall

Uninstalls the agent service

USAGE
  $ rmagent service uninstall

DESCRIPTION
  Uninstalls the agent service

EXAMPLES
  $ rmagent service uninstall

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