Spawns a fork of the Wrapper process as a detached non-session
group leader. This means that the process will continue to run
even after the console from which the Wrapper process was launched
has been closed.
In most cases, this property will not be set from within the
wrapper.conf file. It can be passed to the wrapper process by
the shell script which launches the Wrapper. An example can be
found in the sh.script.in file
in the src/bin directory.
Example:
wrapper.daemonize=TRUE
NOTE
Reloading
the Wrapper configuration will have no effect on the value of this property.
Changes will not take effect until the Wrapper has been restarted.