Starting script
This commit is contained in:
parent
2e4960fe65
commit
3e549868d3
9
start.sh
9
start.sh
@ -1,9 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
unclutter &
|
unclutter &
|
||||||
matchbox-window-manager & :
|
#matchbox-window-manager & :
|
||||||
xset -dpms
|
xset -dpms
|
||||||
xset s off
|
xset s off
|
||||||
while true; do
|
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
|
||||||
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
|
while true; do
|
||||||
/usr/bin/midori -e Fullscreen -a http://radio.local:3000
|
/usr/bin/midori -e Fullscreen -a http://localhost:3000
|
||||||
done
|
done
|
||||||
Loading…
x
Reference in New Issue
Block a user