Starting script

This commit is contained in:
Gerrit Linnemann 2016-01-29 10:59:02 +01:00
parent 7e03cec567
commit 2e4960fe65

9
start.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
unclutter &
matchbox-window-manager & :
xset -dpms
xset s off
while true; do
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
/usr/bin/midori -e Fullscreen -a http://radio.local:3000
done