Merge lp:~lool/ubuntu-location-provider-here/new-flag-for-dbus-bus into lp:ubuntu-location-provider-here

Proposed by Loïc Minier
Status: Merged
Approved by: Manuel de la Peña
Approved revision: 16
Merged at revision: 16
Proposed branch: lp:~lool/ubuntu-location-provider-here/new-flag-for-dbus-bus
Merge into: lp:ubuntu-location-provider-here
Diff against target: 10 lines (+1/-1)
1 file modified
etc/init/ubuntu-espoo-service.conf (+1/-1)
To merge this branch: bzr merge lp:~lool/ubuntu-location-provider-here/new-flag-for-dbus-bus
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
Review via email: mp+235649@code.launchpad.net

Commit message

Pass new --bus flag to updated ubuntu-espoo-service.

Description of the change

New ubuntu-espoo-service binary is refactored to use location-service setup code which requires a --bus system flag (default is to connect to session bus). Pass new --bus flag to updated ubuntu-espoo-service.

To post a comment you must log in.
Revision history for this message
Manuel de la Peña (mandel) :
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-espoo-service.conf'
2--- etc/init/ubuntu-espoo-service.conf 2014-09-17 14:33:49 +0000
3+++ etc/init/ubuntu-espoo-service.conf 2014-09-23 14:12:01 +0000
4@@ -25,5 +25,5 @@
5 script
6 LD_LIBRARY_PATH="$BASE/lib/@DEB_HOST_MULTIARCH@"
7 export LD_LIBRARY_PATH
8- exec "$BASE/bin/@DEB_HOST_MULTIARCH@/ubuntu-espoo-service"
9+ exec "$BASE/bin/@DEB_HOST_MULTIARCH@/ubuntu-espoo-service" --bus system
10 end script

Subscribers

People subscribed via source and target branches