Commit f22c91ac authored by Phillip Webb's avatar Phillip Webb

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
parent f65dfe4b
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Spring Boot Application # Short-Description: Spring Boot Application
# Description: Spring Boot Application # Description: Spring Boot Application
# chkconfig: 345 99 01
### END INIT INFO ### END INIT INFO
[[ -n "$DEBUG" ]] && set -x [[ -n "$DEBUG" ]] && set -x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment