Skip to content

Commit

Permalink
Access control is easier with directories
Browse files Browse the repository at this point in the history
  • Loading branch information
DXist committed Sep 10, 2013
1 parent 13c748a commit 5974895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/generic-init.d/celeryd
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ SCRIPT_NAME="$(basename $0)"
# some commands work asyncronously, so we'll wait this many seconds
SLEEP_SECONDS=5

DEFAULT_PID_FILE="/var/run/celery/${SCRIPT_NAME}-%n.pid"
DEFAULT_LOG_FILE="/var/log/celery/${SCRIPT_NAME}-%n.log"
DEFAULT_PID_FILE="/var/run/celery/${SCRIPT_NAME}/%n.pid"
DEFAULT_LOG_FILE="/var/log/celery/${SCRIPT_NAME}/%n.log"
DEFAULT_LOG_LEVEL="INFO"
DEFAULT_NODES="celery"
DEFAULT_CELERYD="-m celery worker --detach"
Expand Down

0 comments on commit 5974895

Please sign in to comment.