summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-04-23 16:58:44 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-04-23 16:58:44 +0100
commit9a74933ce9c42283db8b7470ea77929fb35fc37b (patch)
tree5a99658ed45d7ea2df349cad154a791e54c0a61e
parent8419ee59ff50511be70b11ac91f1350b696b5eac (diff)
downloadrabbitmq-server-9a74933ce9c42283db8b7470ea77929fb35fc37b.tar.gz
I don't think we need a licence header, and it's intimidating. Rephrase a bit too.
-rw-r--r--packaging/debs/Debian/debian/rabbitmq-server.default33
1 files changed, 8 insertions, 25 deletions
diff --git a/packaging/debs/Debian/debian/rabbitmq-server.default b/packaging/debs/Debian/debian/rabbitmq-server.default
index 6efa1b98..bde5e308 100644
--- a/packaging/debs/Debian/debian/rabbitmq-server.default
+++ b/packaging/debs/Debian/debian/rabbitmq-server.default
@@ -1,26 +1,9 @@
-## The contents of this file are subject to the Mozilla Public License
-## Version 1.1 (the "License"); you may not use this file except in
-## compliance with the License. You may obtain a copy of the License
-## at http://www.mozilla.org/MPL/
-##
-## Software distributed under the License is distributed on an "AS IS"
-## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
-## the License for the specific language governing rights and
-## limitations under the License.
-##
-## The Original Code is RabbitMQ.
-##
-## The Initial Developer of the Original Code is VMware, Inc.
-## Copyright (c) 2012 VMware, Inc. All rights reserved.
-
-# This file is /etc/default/rabbitmq-server and is designed to allow
-# adjustment of system limits for the rabbitmq-server service process.
-
-# Refer to the system documentation for ulimit (in man bash).
-
-# open file handles
+# This file is sourced by /etc/init.d/rabbitmq-server. Its primary
+# reason for existing is to allow adjustment of system limits for the
+# rabbitmq-server process.
+#
+# Maximum number of open file handles. This will need to be increased
+# to handle many simultaneous connections. Refer to the system
+# documentation for ulimit (in man bash) for more information.
+#
#ulimit -n 1024
-
-# The rabbitmq-server service must be restarted for these settings to
-# be used. This file is installed when the package is installed and is
-# not preserved on upgrade. \ No newline at end of file