= wrapper:install == Description Install the container as a system service in the OS. == Syntax wrapper:install [options] == Options |=== |Name |Description |-i, --include |Specify include statement for JSW wrapper conf. To specify multiple include statement, specify this flag multiple times. |-D, --description |The description of the service. |-s, --start-type |Mode in which the service is installed. AUTO_START or DEMAND_START (Default: AUTO_START) |-e, --env |Specify environment variable and values. To specify multiple environment variable and values, specify this flag multiple times. |--help |Display this help message |-n, --name |The service name that will be used when installing the service. (Default: karaf) |-d, --display |The display name of the service. |===