-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Closed
Labels
type: bugA general bugA general bug
Milestone
Description
The default start levels are listed as 2, 3, 4, and 5 but the chkconfig configuration specifies only 3, 4, and 5:
### BEGIN INIT INFO
# Provides: spring-boot-application
# Required-Start: $remote_fs $syslog $network
# Required-Stop: $remote_fs $syslog $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Spring Boot Application
# Description: Spring Boot Application
# chkconfig: 345 99 01
### END INIT INFO
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug