Manage the agent background service
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
Start the agent service
USAGE
$ rmagent service start
DESCRIPTION
Start the agent service
EXAMPLES
$ rmagent service start
See code: src/commands/service/start.ts
Stop the agent service
USAGE
$ rmagent service stop
DESCRIPTION
Stop the agent service
EXAMPLES
$ rmagent service stop
See code: src/commands/service/stop.ts
Uninstalls the agent service
USAGE
$ rmagent service uninstall
DESCRIPTION
Uninstalls the agent service
EXAMPLES
$ rmagent service uninstall
See code: src/commands/service/uninstall.ts