Explorar o código

fix a missing quote in the daemonization initialization

ernop %!s(int64=13) %!d(string=hai) anos
pai
achega
ebb59e5feb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/cookbook/daemonizing.rst

+ 1 - 1
docs/cookbook/daemonizing.rst

@@ -128,7 +128,7 @@ environment's python interpreter::
     CELERYD_MULTI="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryd_multi"
 
     # How to call "manage.py celeryctl"
-    CELERYCTL=$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryctl"
+    CELERYCTL="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryctl"
     
     # Extra arguments to celeryd
     CELERYD_OPTS="--time-limit=300 --concurrency=8"