Преглед изворни кода

Fixes typo SU_OPTIONS -> SU_ARGS (Issue #3055)

Ask Solem пре 9 година
родитељ
комит
fc4ca886fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/tutorials/daemonizing.rst

+ 1 - 1
docs/tutorials/daemonizing.rst

@@ -127,7 +127,7 @@ shell:
 
 .. code-block:: bash
 
-    CELERYD_SU_OPTIONS="-l"
+    CELERYD_SU_ARGS="-l"
 
 Note that this is not recommended, and that you should only use this option
 when absolutely necessary.