diff options
author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-05 11:36:31 +0100 |
---|---|---|
committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-05 11:36:31 +0100 |
commit | f3ccf9f0d0fa477af40c1eef30358d7d760c0c0d (patch) | |
tree | 8e8bedc82f57c61fb22931cb59537f5050ca342e /docs | |
parent | 7e809d3a8fd36f443d47eae64630142df5bfaa55 (diff) | |
download | rabbitmq-server-f3ccf9f0d0fa477af40c1eef30358d7d760c0c0d.tar.gz |
don't record pid when using -detached
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmq-server.1.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/rabbitmq-server.1.xml b/docs/rabbitmq-server.1.xml index 620b1dd3..6003271a 100644 --- a/docs/rabbitmq-server.1.xml +++ b/docs/rabbitmq-server.1.xml @@ -110,8 +110,9 @@ Defaults to 5672. <listitem> <para> Start the server process in the background. Note that this will - cause the wrong pid to be recorded in the pid file, since the pid - of the shell that launches the detached process is captured. + cause the pid not to be written to the pid file, since the shell + will start a detached process and thus the wrong one would be + recorded. </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmq-server -detached</screen> |