Procházet zdrojové kódy

Uppercase template is not recognized

Rinat Shigapov před 11 roky
rodič
revize
13c748a178
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      extra/generic-init.d/celeryd

+ 2 - 2
extra/generic-init.d/celeryd

@@ -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"