Starting script

This commit is contained in:
Gerrit Linnemann 2016-01-29 11:11:27 +01:00
parent 3e549868d3
commit 34d3b8c12e

View File

@ -5,6 +5,7 @@ unclutter &
xset -dpms xset -dpms
xset s off xset s off
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio /opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
sleep 10
while true; do while true; do
/usr/bin/midori -e Fullscreen -a http://localhost:3000 /usr/bin/midori -e Fullscreen -a http://localhost:3000
done done