Add missing runlevels to Default-Start

Debian starts in runlevel 2 by default.
This commit is contained in:
TomyLobo 2016-10-25 11:03:44 +02:00 committed by GitHub
parent 24a79413c6
commit 7eb9d60c8d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Provides: activemq
# Required-Start: $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
# Short-Description: Starts ActiveMQ
# Description: Starts ActiveMQ Message Broker Server