Browse Source

Make launch script's chkconfig configurable via a property

Closes gh-4564
pull/4658/head
吉田 尚弘 10 years ago committed by Andy Wilkinson
parent
commit
02363b38eb
  1. 2
      spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script

2
spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script

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

Loading…
Cancel
Save