Start script edit: quit running servers

This commit is contained in:
Gerrit Linnemann 2016-01-29 13:48:26 +01:00
parent e85377ac0f
commit c4a6361eaa

View File

@ -4,9 +4,12 @@ unclutter &
#matchbox-window-manager & :
xset -dpms
xset s off
pm2 stop all ; pm2 delete all
cd /opt/radio/kitchenradio/
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
sleep 12
while true; do
/usr/bin/midori -e Fullscreen -a http://localhost:3000
done