瀏覽代碼

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.