3 ## Force startup after ofono and NM are started
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:
9 sudo mount -o remount,rw /
10 sudo vi /etc/init/ubuntu-location-provider-here-slpgwd.conf
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`
15 sudo mount -o remount,ro /