mirror of https://github.com/apache/activemq.git
Add missing runlevels to Default-Start
Debian starts in runlevel 2 by default.
(cherry picked from commit 7eb9d60c8d
)
This commit is contained in:
parent
9c64c63c7b
commit
6a5046cd3e
|
@ -4,7 +4,7 @@
|
||||||
# Provides: activemq
|
# Provides: activemq
|
||||||
# Required-Start: $remote_fs $network $syslog
|
# Required-Start: $remote_fs $network $syslog
|
||||||
# Required-Stop: $remote_fs $network $syslog
|
# Required-Stop: $remote_fs $network $syslog
|
||||||
# Default-Start: 3 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Starts ActiveMQ
|
# Short-Description: Starts ActiveMQ
|
||||||
# Description: Starts ActiveMQ Message Broker Server
|
# Description: Starts ActiveMQ Message Broker Server
|
||||||
|
|
Loading…
Reference in New Issue