Allow default value for CONF_FOLDER to be set at build time

Closes gh-6549
This commit is contained in:
Andy Wilkinson
2016-08-11 20:25:59 +01:00
parent 1d58247ecc
commit 8c106af384
4 changed files with 11 additions and 3 deletions

View File

@@ -608,6 +608,9 @@ for Gradle and to `${project.name}` for Maven.
|`initInfoChkconfig`
|The `chkconfig` section of "`INIT INFO`". Defaults to `2345 99 01`.
|`confFolder`
|The default value for `CONF_FOLDER`. Defaults to the folder containing the jar.
|`logFolder`
|The default value for `LOG_FOLDER`. Only valid for an `init.d` service.