Explorar el Código

Merge pull request #924 from circanews/master

Slight tweak to generic init.d/celeryd script
Ask Solem Hoel hace 12 años
padre
commit
ac1b21806f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      extra/generic-init.d/celeryd

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

@@ -97,7 +97,7 @@ export PATH="${PATH:+$PATH:}/usr/sbin:/sbin"
 
 
 stop_workers () {
-    $CELERYD_MULTI stopwait $CELERYD_NODES --pidfile="$CELERYD_PID_FILE"
+    $CELERYD_MULTI stop_verify $CELERYD_NODES --pidfile="$CELERYD_PID_FILE"
 }