This commit is contained in:
Gerrit Linnemann 2016-01-29 12:33:45 +01:00
parent 14105682a1
commit b9966f7f57
3 changed files with 2 additions and 2 deletions

0
log/err.log Normal file
View File

0
log/out.log Normal file
View File

View File

@ -4,8 +4,8 @@ unclutter &
#matchbox-window-manager & :
xset -dpms
xset s off
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
sleep 10
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www -e /opt/radio/err.log -o /opt/radio/out.log --name KitchenRadio
sleep 5
while true; do
/usr/bin/midori -e Fullscreen -a http://localhost:3000
done