Sfoglia il codice sorgente

init.d: replaced 'stopwait' with 'stop_verify'

Arsenio Santos 12 anni fa
parent
commit
395dddd32b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"
 }