install cronjob to unfuck stream proxy
This commit is contained in:
parent
60fac5579a
commit
895917ab6c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ for i in zz_custom stream_proxy; do
|
|||
scp assets/$i root@[$ffka_querfunk_mgmt]:/etc/init.d/
|
||||
ssh root@$ffka_querfunk_mgmt "/etc/init.d/$i enable"
|
||||
done
|
||||
echo "0 * * * * pgrep socat || /etc/init.d/stream_proxy start" | ssh root@$ffka_querfunk_mgmt crontab -
|
||||
|
||||
# http://querfunk.ffka
|
||||
echo FIXME scp assets/index.html root@[$ffka_querfunk_mgmt]:/lib/gluon/status-page/www/
|
||||
|
|
Reference in a new issue