浏览代码

Fixes typo in daemonizing tutorial. Closes #1055

Ask Solem 12 年之前
父节点
当前提交
beb0621e4d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/tutorials/daemonizing.rst

+ 2 - 2
docs/tutorials/daemonizing.rst

@@ -240,10 +240,10 @@ Available options
     Additional arguments to celerybeat, see `celerybeat --help` for a
     list.
 
-* CELERYBEAT_PIDFILE
+* CELERYBEAT_PID_FILE
     Full path to the PID file. Default is /var/run/celeryd.pid.
 
-* CELERYBEAT_LOGFILE
+* CELERYBEAT_LOG_FILE
     Full path to the celeryd log file. Default is /var/log/celeryd.log
 
 * CELERYBEAT_LOG_LEVEL