mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
use relative bin path
This commit is contained in:
parent
5be55b0b64
commit
8e8a3a3f70
@ -3,7 +3,7 @@
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXBUILD = ../bin/sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = build
|
||||
|
||||
|
||||
@ -269,7 +269,7 @@ user
|
||||
~~~~
|
||||
|
||||
* ``-u USER, --user USER``
|
||||
* ``1000``
|
||||
* ``501``
|
||||
|
||||
Switch worker processes to run as this user.
|
||||
|
||||
@ -281,7 +281,7 @@ group
|
||||
~~~~~
|
||||
|
||||
* ``-g GROUP, --group GROUP``
|
||||
* ``1000``
|
||||
* ``20``
|
||||
|
||||
Switch worker process to run as this group.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user