Merge lp:~lool/ubuntu-system-image/fix-dbus-service-file into lp:~registry/ubuntu-system-image/client

Proposed by Loïc Minier
Status: Merged
Merge reported by: Barry Warsaw
Merged at revision: not available
Proposed branch: lp:~lool/ubuntu-system-image/fix-dbus-service-file
Merge into: lp:~registry/ubuntu-system-image/client
Diff against target: 9 lines (+1/-1)
1 file modified
systemimage/data/com.canonical.SystemImage.service (+1/-1)
To merge this branch: bzr merge lp:~lool/ubuntu-system-image/fix-dbus-service-file
Reviewer Review Type Date Requested Status
Barry Warsaw (community) Approve
Review via email: mp+177642@code.launchpad.net

Description of the change

Fixes DBus activation by using an absolute pathname (relative pathnames are from the launch directory of the daemon).

BTW this should be in /usr/sbin and not /usr/bin.

To post a comment you must log in.
Revision history for this message
Barry Warsaw (barry) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'systemimage/data/com.canonical.SystemImage.service'
2--- systemimage/data/com.canonical.SystemImage.service 2013-07-22 15:49:50 +0000
3+++ systemimage/data/com.canonical.SystemImage.service 2013-07-30 16:17:34 +0000
4@@ -1,4 +1,4 @@
5 [D-BUS Service]
6 Name=com.canonical.SystemImage
7-Exec=system-image-dbus
8+Exec=/usr/bin/system-image-dbus
9 User=root

Subscribers

People subscribed via source and target branches