1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00: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

@ -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

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