From 8e8a3a3f708687b27ca4be452585f2e34f50b872 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 18 Oct 2012 17:21:14 +0200 Subject: [PATCH] use relative bin path --- docs/Makefile | 2 +- docs/source/settings.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index b3a79734..ed384496 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = ../bin/sphinx-build PAPER = BUILDDIR = build diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 326aa207..e0b16424 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -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.