ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
/build/location-service-3.0.0+ubports1~16.04.1+0~20190628174500.1~1.gbp660444/doc/tips_n_tricks.md
Go to the documentation of this file.
1 # Tips'n'Tricks
2 
3 ## Force startup after ofono and NM are started
4 
5 This is a *workaround* to get connectivity API to collect; mount your
6 system read-write and edit
7 /etc/init/ubuntu-location-provider-here-slpgwd.conf:
8 
9  sudo mount -o remount,rw /
10  sudo vi /etc/init/ubuntu-location-provider-here-slpgwd.conf
11 
12 change: `start on started dbus and (started ofono or started network-manager)`
13 to: `start on started dbus and started ofono and started network-manager`
14 
15  sudo mount -o remount,ro /
16  sync
17  sudo reboot