From c003efc666b45215235a202b86c0639c2c71ff28 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 2 Dec 2015 10:21:33 +0000 Subject: [PATCH] Document new initInfoChkconfig property supported by launch.script See gh-4564 --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index 45e3fbf11b..6cf76ccbe8 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -545,6 +545,9 @@ for Gradle and to `${project.name}` for Maven. |`initInfoDescription` |The `Description` section of "`INIT INFO`". Defaults to `Spring Boot Application` for Gradle and to `${project.description}` (falling back to `${project.name}`) for Maven. + +|`initInfoChkconfig` +|The `chkconfig` section of "`INIT INFO`". Defaults to `2345 99 01`. |===