summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2009-08-13 17:17:16 +0100
committerDavid Wragg <dpw@lshift.net>2009-08-13 17:17:16 +0100
commit1815fe1b68675338df35c0a226dbedf073855368 (patch)
treecd61601b78c9a54988e59d1076edd268782f0ba4
parent4a945668fd70c4400bf4b3733e8201ee1470464a (diff)
downloadrabbitmq-server-1815fe1b68675338df35c0a226dbedf073855368.tar.gz
Add chkconfig preamble to debian init.d
chkconfig is a Redhat thing, so this has no practical impact for Debian. Some other Debian packages also have init.d scripts with a chkconfig section, so hopefully the Debian gods will not take offence.
-rw-r--r--packaging/debs/Debian/debian/init.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/debs/Debian/debian/init.d b/packaging/debs/Debian/debian/init.d
index a35a60ec..25f3c7d5 100644
--- a/packaging/debs/Debian/debian/init.d
+++ b/packaging/debs/Debian/debian/init.d
@@ -1,4 +1,11 @@
#!/bin/sh
+#
+# rabbitmq-server RabbitMQ broker
+#
+# chkconfig: - 80 05
+# description: Enable AMQP service provided by RabbitMQ
+#
+
### BEGIN INIT INFO
# Provides: rabbitmq
# Required-Start: $remote_fs $network