Skip to content

Align start levels in launch.script header #3419

@wilkinsona

Description

@wilkinsona

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

Originally raised by @shakuzen on Gitter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions