Ver Fonte

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

Arsenio Santos há 12 anos atrás
pai
commit
395dddd32b
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
 }