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