move socat proxy stuff into its own init script
This commit is contained in:
parent
2341e738cc
commit
60fac5579a
3 changed files with 23 additions and 10 deletions
|
@ -8,8 +8,10 @@ fi
|
|||
|
||||
|
||||
# stream setup
|
||||
scp assets/zz_custom root@[$ffka_querfunk_mgmt]:/etc/init.d/
|
||||
ssh root@$ffka_querfunk_mgmt "/etc/init.d/zz_custom enable"
|
||||
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
|
||||
|
||||
# http://querfunk.ffka
|
||||
echo FIXME scp assets/index.html root@[$ffka_querfunk_mgmt]:/lib/gluon/status-page/www/
|
||||
|
|
Reference in a new issue