diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-04-23 16:58:44 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-04-23 16:58:44 +0100 |
| commit | 0bb67c1476c8e92ab6e482c30a4622f5e25b902b (patch) | |
| tree | 5a99658ed45d7ea2df349cad154a791e54c0a61e /packaging/debs | |
| parent | 7289513fc89a19b794ce0e0191c7a77afb741147 (diff) | |
| download | rabbitmq-server-git-0bb67c1476c8e92ab6e482c30a4622f5e25b902b.tar.gz | |
I don't think we need a licence header, and it's intimidating. Rephrase a bit too.
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/rabbitmq-server.default | 33 |
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 6efa1b98dc..bde5e30895 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 |
