Merge lp:~xnox/ubuntu-push/fix-upstart into lp:ubuntu-push/automatic

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: John Lenton
Approved revision: 110
Merged at revision: 110
Proposed branch: lp:~xnox/ubuntu-push/fix-upstart
Merge into: lp:ubuntu-push/automatic
Diff against target: 13 lines (+3/-3)
1 file modified
debian/ubuntu-push-client.conf (+3/-3)
To merge this branch: bzr merge lp:~xnox/ubuntu-push/fix-upstart
Reviewer Review Type Date Requested Status
John Lenton (community) Approve
Review via email: mp+214226@code.launchpad.net

Commit message

Fix upstart session job to start/stop when session bus starts/stop,
rather than start when any dbus event is emitted. (LP: #1302516)

Description of the change

Fix upstart session job to start/stop when session bus starts/stop,
rather than start when any dbus event is emitted. (LP: #1302516)

To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) :
review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

There was a problem validating some authors of the branch. Authors must be either one of the listed Launchpad users, or a member of one of the listed teams on Launchpad.

Persons or Teams:

    ubuntu-push-hackers

Unaccepted Authors:

    Dimitri John Ledkov <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/ubuntu-push-client.conf'
2--- debian/ubuntu-push-client.conf 2014-02-07 11:31:54 +0000
3+++ debian/ubuntu-push-client.conf 2014-04-04 12:41:24 +0000
4@@ -1,6 +1,6 @@
5-description "Starts the ubuntu push notifications client side daemon"
6+description "ubuntu push notification client-side daemon"
7
8-start on dbus
9-stop on runlevel [06]
10+start on started dbus
11+stop on stopped dbus
12
13 exec /usr/lib/ubuntu-push-client/ubuntu-push-client

Subscribers

People subscribed via source and target branches