Merge lp:~lool/ubuntu-location-provider-here/lp1389874 into lp:ubuntu-location-provider-here

Proposed by Loïc Minier
Status: Merged
Approved by: Loïc Minier
Approved revision: 20
Merged at revision: 20
Proposed branch: lp:~lool/ubuntu-location-provider-here/lp1389874
Merge into: lp:ubuntu-location-provider-here
Diff against target: 12 lines (+1/-1)
1 file modified
etc/init/ubuntu-location-provider-here-slpgwd.conf (+1/-1)
To merge this branch: bzr merge lp:~lool/ubuntu-location-provider-here/lp1389874
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+241219@code.launchpad.net

Commit message

Wait for NM and oFono to be started before starting slpgwd due to a bug in location-service-connectivity API (LP 1390490); works around LP: #1389874.

Description of the change

Wait for NM and oFono to be started before starting slpgwd due to a bug in location-service-connectivity API (LP 1390490); works around LP: #1389874.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Loïc Minier (lool) wrote :

NB: self approved as I already had multiple people test the trivial change and discussed this with Thomas

Revision history for this message
Manuel de la Peña (mandel) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/init/ubuntu-location-provider-here-slpgwd.conf'
2--- etc/init/ubuntu-location-provider-here-slpgwd.conf 2014-09-17 14:33:49 +0000
3+++ etc/init/ubuntu-location-provider-here-slpgwd.conf 2014-11-09 23:36:54 +0000
4@@ -2,7 +2,7 @@
5
6 # this requires DBus and consumes data from oFono and NM; should cope with DBus
7 # services restarting though
8-start on started dbus and (started ofono or started network-manager)
9+start on started dbus and started ofono and started network-manager
10 stop on stopping dbus
11
12 respawn

Subscribers

People subscribed via source and target branches