Add chkconfig comment to launch script

Update the embedded launch script to include a `chkconfig` comment. This
solves the "Service doesn't support chkconfig" error when executing
the chkconfig command.

Fixes gh-3115
This commit is contained in:
Phillip Webb 2015-06-19 15:43:05 -07:00
parent f65dfe4bcb
commit f22c91ac94

View File

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