Skip to content

Commit

Permalink
Add --nodaemon to the Command-line Tool documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviojs committed May 6, 2012
1 parent a94a3d6 commit 3c3df16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions master/docs/manual/cmdline.rst
Expand Up @@ -85,6 +85,10 @@ buildmaster administrators:
directory. The daemon is launched in the background, with events logged
to a file named :file:`twistd.log`.

--nodaemon
Don't daemonize. The process will start in the foreground.
It will only return to the command-line when it is stopped.

``stop``

This terminates the daemon (either buildmaster or buildslave) running
Expand Down Expand Up @@ -902,6 +906,10 @@ to a file named :file:`twistd.log`. ::

buildbot start BASEDIR

--nodaemon
Don't daemonize. The process will start in the foreground.
It will only return to the command-line when it is stopped.

.. bb:cmdline:: stop (buildslave)
stop
Expand Down

0 comments on commit 3c3df16

Please sign in to comment.