Skip to content

Commit 6bd4ca0

Browse files
author
Johannes Stelzer
committed
Add LSB-Header to init-script
1 parent 03bd5da commit 6bd4ca0

File tree

1 file changed

+10
-0
lines changed
  • spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
# :: Spring Boot Startup Script ::
1010
#
1111

12+
### BEGIN INIT INFO
13+
# Provides: spring-boot-application
14+
# Required-Start: $remote_fs $syslog $network
15+
# Required-Stop: $remote_fs $syslog $network
16+
# Default-Start: 2 3 4 5
17+
# Default-Stop: 0 1 6
18+
# Short-Description: Spring Boot Application
19+
# Description: Spring Boot Application
20+
### END INIT INFO
21+
1222
[[ -n "$DEBUG" ]] && set -x
1323

1424
WORKING_DIR="$(pwd)"

0 commit comments

Comments
 (0)