From 2263095bbbda5956b29d1518431598202c70f448 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 7 Jul 2015 17:57:47 +0100 Subject: [PATCH] Update launch.script to match chkconfig start levels with defaults Closes gh-3419 --- .../org/springframework/boot/loader/tools/launch.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script b/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script index 5531d4a095..3a0c4d2561 100755 --- a/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script +++ b/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script @@ -17,7 +17,7 @@ # Default-Stop: 0 1 6 # Short-Description: Spring Boot Application # Description: Spring Boot Application -# chkconfig: 345 99 01 +# chkconfig: 2345 99 01 ### END INIT INFO [[ -n "$DEBUG" ]] && set -x