mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user