Gaffer deploy process name fix

Old configuration spawns ' gunicorn' process, not 'gunicorn' as it should be.
This commit is contained in:
Anton Vlasenko 2013-02-07 09:30:17 +02:00
parent a1a4fd47ad
commit 3f86c3db45

View File

@ -134,7 +134,7 @@ Using Gafferd and gafferctl
`Gaffer <http://gaffer.readthedocs.org/en/latest/index.html>`_ can be `Gaffer <http://gaffer.readthedocs.org/en/latest/index.html>`_ can be
used to monitor gunicorn. A simple configuration is:: used to monitor gunicorn. A simple configuration is::
[process: gunicorn] [process:gunicorn]
cmd = gunicorn -w 3 test:app cmd = gunicorn -w 3 test:app
cwd = /path/to/project cwd = /path/to/project