Skip to content

Commit

Permalink
Merge pull request celery#584 from ernop/master
Browse files Browse the repository at this point in the history
a little typo in the cookbook.
  • Loading branch information
ask committed Jan 11, 2012
2 parents c8819db + ebb59e5 commit afec341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook/daemonizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit afec341

Please sign in to comment.