aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/mapviewer-demo/switch_on_mapviewer-demo.sh
blob: 2259a482ba12ed34715aff21de28ba724ca57987 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

/bin/systemctl disable weston.service
/bin/systemctl enable weston-mapviewer-demo.service
/bin/systemctl enable mapviewer.service

/bin/ln -sf /usr/local/lib/libmmngrbuf.so.1 /usr/lib

sync