2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00
This commit is contained in:
kev
2014-12-25 18:05:12 +08:00
parent ff186ae821
commit 711f1f4bbf
2 changed files with 0 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
#!/bin/bash
#
# restart webkit instances one by one forever
#
while :
do
for ((i=8080; i<8090; i++))
do
sleep 30
/usr/bin/supervisorctl restart webkit:webkit-$i
done
done

View File

@@ -1,2 +0,0 @@
[program:restart]
command = /usr/local/bin/restart.sh