Browse Source

Fixes typo in daemonizing tutorial. Closes #1055

Ask Solem 12 years ago
parent
commit
beb0621e4d
1 changed files with 2 additions and 2 deletions
  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