From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 15:30:07 +0000 (+0200) Subject: wip #5991 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e488ffedbd1a1e1df4ee33b2102fc58d03c8d80d;p=fluidbook-toolbox.git wip #5991 --- diff --git a/scripts/restartworkers.sh b/scripts/restartworkers.sh index 5153c7170..c3bdc3a6f 100644 --- a/scripts/restartworkers.sh +++ b/scripts/restartworkers.sh @@ -1,6 +1,5 @@ #!/bin/sh sudo /usr/sbin/service supervisor stop sudo pkill -9 -f queue:work +sleep 3 sudo /usr/sbin/service supervisor start -sleep 2 -sudo /usr/sbin/service supervisor restart