Start script edit: quit running servers
This commit is contained in:
parent
e85377ac0f
commit
c4a6361eaa
3
start.sh
3
start.sh
@ -4,9 +4,12 @@ unclutter &
|
|||||||
#matchbox-window-manager & :
|
#matchbox-window-manager & :
|
||||||
xset -dpms
|
xset -dpms
|
||||||
xset s off
|
xset s off
|
||||||
|
|
||||||
|
pm2 stop all ; pm2 delete all
|
||||||
cd /opt/radio/kitchenradio/
|
cd /opt/radio/kitchenradio/
|
||||||
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
|
/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio
|
||||||
sleep 12
|
sleep 12
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/midori -e Fullscreen -a http://localhost:3000
|
/usr/bin/midori -e Fullscreen -a http://localhost:3000
|
||||||
done
|
done
|
||||||
Loading…
x
Reference in New Issue
Block a user