wrapper:install
Description
Install the container as a system service in the OS.
Syntax
wrapper:install [options]
Options
Name | Description |
---|---|
--help | Display this help message |
-d, --display | The display name of the service. |
-s, --start-type | Mode in which the service is installed. AUTO_START or DEMAND_START (Default: AUTO_START) (defaults to AUTO_START) |
-n, --name | The service name that will be used when installing the service. (Default: karaf) (defaults to karaf) |
-D, --description | The description of the service. (defaults to ) |