wrapper:install
Description
Install the container as a system service in the OS.
Syntax
wrapper:install [options]
Options
| Name | Description |
|---|
| -d, --display | The display name of the service. |
| -i, --include | Specify include statement for JSW wrapper conf. To specify multiple include statement, specify this flag multiple times. |
| -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) |
| --help | Display this help message |
| -D, --description | The description of the service. (defaults to ) |
| -e, --env | Specify environment variable and values. To specify multiple environment variable and values, specify this flag multiple times. |