diff --git a/log/err.log b/log/err.log new file mode 100644 index 0000000..e69de29 diff --git a/log/out.log b/log/out.log new file mode 100644 index 0000000..e69de29 diff --git a/start.sh b/start.sh index d700033..58d0dae 100644 --- a/start.sh +++ b/start.sh @@ -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 \ No newline at end of file