direct link to the circusctl command.

This commit is contained in:
Benoit Chesneau 2012-04-18 17:23:30 +02:00
parent 3546727ec6
commit 04599487f4
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ cmd = gunicorn -w 3 test:app
working_dir = /Users/benoitc/work/gunicorn/examples
send_hup = true
</pre>
<p>Then you can easily manage Gunicorn using the <tt class="docutils literal">circusctl</tt> command.</p>
<p>Then you can easily manage Gunicorn using the <a class="reference external" href="http://circus.readthedocs.org/en/latest/commands/#cli">circusctl</a> command.</p>
</div>
<div class="section" id="runit">
<h3><a class="toc-backref" href="#contents">Runit</a></h3>

View File

@ -140,7 +140,7 @@ used to monitor gunicorn. A simple configuration is::
working_dir = /Users/benoitc/work/gunicorn/examples
send_hup = true
Then you can easily manage Gunicorn using the ``circusctl`` command.
Then you can easily manage Gunicorn using the `circusctl <http://circus.readthedocs.org/en/latest/commands/#cli>`_ command.
Runit
+++++