Merge branch 'gh-4564'

pull/4658/head
Andy Wilkinson 9 years ago
commit 2b3fbe9681

@ -545,6 +545,9 @@ for Gradle and to `${project.name}` for Maven.
|`initInfoDescription` |`initInfoDescription`
|The `Description` section of "`INIT INFO`". Defaults to `Spring Boot Application` for |The `Description` section of "`INIT INFO`". Defaults to `Spring Boot Application` for
Gradle and to `${project.description}` (falling back to `${project.name}`) for Maven. Gradle and to `${project.description}` (falling back to `${project.name}`) for Maven.
|`initInfoChkconfig`
|The `chkconfig` section of "`INIT INFO`". Defaults to `2345 99 01`.
|=== |===

@ -17,7 +17,7 @@
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: {{initInfoShortDescription:Spring Boot Application}} # Short-Description: {{initInfoShortDescription:Spring Boot Application}}
# Description: {{initInfoDescription:Spring Boot Application}} # Description: {{initInfoDescription:Spring Boot Application}}
# chkconfig: 2345 99 01 # chkconfig: {{initInfoChkconfig:2345 99 01}}
### END INIT INFO ### END INIT INFO
[[ -n "$DEBUG" ]] && set -x [[ -n "$DEBUG" ]] && set -x

Loading…
Cancel
Save