From 2e4960fe65267014750114cb9995bbdc0f1a8ba3 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Fri, 29 Jan 2016 10:59:02 +0100 Subject: [PATCH] Starting script --- start.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..046457f --- /dev/null +++ b/start.sh @@ -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 \ No newline at end of file