Support inlining a conf script into the default launch script

See gh-9590
This commit is contained in:
JustinKSU
2017-06-11 14:42:07 -05:00
committed by Andy Wilkinson
parent c79b76847b
commit 5ee28a08e1
5 changed files with 87 additions and 32 deletions

View File

@@ -760,6 +760,11 @@ for Gradle and to `${project.name}` for Maven.
|`confFolder`
|The default value for `CONF_FOLDER`. Defaults to the folder containing the jar.
|`inlinedConfScript`
|Reference to a file script that should be inlined in the default launch script.
This can be used to set environmental variables such as `JAVA_OPTS` before
any external config files are loaded.
|`logFolder`
|The default value for `LOG_FOLDER`. Only valid for an `init.d` service.