Merge lp:~alfonsosanchezbeato/nuntium/drop-sys-events into lp:nuntium/packaging

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Iain Lane
Approved revision: 107
Merged at revision: 107
Proposed branch: lp:~alfonsosanchezbeato/nuntium/drop-sys-events
Merge into: lp:nuntium/packaging
Diff against target: 13 lines (+2/-2)
1 file modified
debian/nuntium.conf (+2/-2)
To merge this branch: bzr merge lp:~alfonsosanchezbeato/nuntium/drop-sys-events
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+269901@code.launchpad.net

Commit message

[ Dimitri John Ledkov ]
Migrate from :sys:started events to dbus owner signals.

Description of the change

[ Dimitri John Ledkov ]
Migrate from :sys:started events to dbus owner signals.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Seems to make sense to me but I haven't tested it - someone should do that ideally.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/nuntium.conf'
2--- debian/nuntium.conf 2015-05-18 13:49:15 +0000
3+++ debian/nuntium.conf 2015-09-02 12:05:05 +0000
4@@ -1,7 +1,7 @@
5 description "nuntium service binds ofono and telepathy-ofono for MMS"
6
7-start on (:sys:started JOB=ofono or started dbus)
8-stop on :sys:stopping JOB=ofono
9+start on (started dbus or dbus SIGNAL='NameOwnerChanged' BUS='system' INTERFACE='org.freedesktop.DBus' OBJPATH='/org/freedesktop/DBus' SENDER='org.freedesktop.DBus' ARG0='org.ofono' ARG1='' ARG2='*')
10+stop on dbus SIGNAL='NameOwnerChanged' BUS='system' INTERFACE='org.freedesktop.DBus' OBJPATH='/org/freedesktop/DBus' SENDER='org.freedesktop.DBus' ARG0='org.ofono' ARG1='*' ARG2=''
11
12 respawn
13 respawn limit 10 10

Subscribers

People subscribed via source and target branches