first re-commit.
This commit is contained in:
14
restarter_proxy.sh
Normal file
14
restarter_proxy.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
while true
|
||||
do
|
||||
echo START: `date`
|
||||
./server -p 8088 -u snuser > /dev/null 2>&1
|
||||
echo CRASH: `date`
|
||||
echo CRASH: `date` >> crash.log
|
||||
sleep 3
|
||||
done
|
||||
echo EXIT: `date`
|
||||
|
||||
|
Reference in New Issue
Block a user