Make launch script's chkconfig configurable via a property

Closes gh-4564
This commit is contained in:
吉田 尚弘
2015-11-20 21:23:08 +09:00
committed by Andy Wilkinson
parent 884cae6f8d
commit 02363b38eb

View File

@@ -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