diff options
| author | David Wragg <dpw@lshift.net> | 2009-08-13 17:17:16 +0100 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2009-08-13 17:17:16 +0100 |
| commit | 22fd5b38198d840bd8dc86a16b052bdf3ab5e479 (patch) | |
| tree | cd61601b78c9a54988e59d1076edd268782f0ba4 | |
| parent | 345d4d0ceb837d6a69a91b26d63349fc83837152 (diff) | |
| download | rabbitmq-server-git-22fd5b38198d840bd8dc86a16b052bdf3ab5e479.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.d | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/debs/Debian/debian/init.d b/packaging/debs/Debian/debian/init.d index a35a60ec68..25f3c7d5e3 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 |
