mirror of https://github.com/apache/activemq.git
AMQ-5977: Add LSB headers to init script
Add LSB headers to init script to fix problems when setting up ActiveMQ as a daemon with chkconfig on RHEL and clones. Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
This commit is contained in:
parent
86c826c461
commit
b7a5787610
|
@ -1,4 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: activemq
|
||||
# Required-Start: $remote_fs $network $syslog
|
||||
# Required-Stop: $remote_fs $network $syslog
|
||||
# Default-Start: 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Starts ActiveMQ
|
||||
# Description: Starts ActiveMQ Message Broker Server
|
||||
### END INIT INFO
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
Loading…
Reference in New Issue