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 | 881a6f6e1e78f9c9eb40769959fe63c120d8da8b (patch) | |
| tree | 8e8bedc82f57c61fb22931cb59537f5050ca342e /docs | |
| parent | 1c17447900a4531fa246700b3611713917dbeff8 (diff) | |
| download | rabbitmq-server-git-881a6f6e1e78f9c9eb40769959fe63c120d8da8b.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 620b1dd388..6003271a10 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> |
