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
=== modified file 'debian/nuntium.conf'
--- debian/nuntium.conf 2015-05-18 13:49:15 +0000
+++ debian/nuntium.conf 2015-09-02 12:05:05 +0000
@@ -1,7 +1,7 @@
1description "nuntium service binds ofono and telepathy-ofono for MMS"1description "nuntium service binds ofono and telepathy-ofono for MMS"
22
3start on (:sys:started JOB=ofono or started dbus)3start 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='*')
4stop on :sys:stopping JOB=ofono4stop on dbus SIGNAL='NameOwnerChanged' BUS='system' INTERFACE='org.freedesktop.DBus' OBJPATH='/org/freedesktop/DBus' SENDER='org.freedesktop.DBus' ARG0='org.ofono' ARG1='*' ARG2=''
55
6respawn 6respawn
7respawn limit 10 107respawn limit 10 10

Subscribers

People subscribed via source and target branches