Merge lp:~xnox/usensord/fix-upstart-job into lp:usensord

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 16
Merged at revision: 16
Proposed branch: lp:~xnox/usensord/fix-upstart-job
Merge into: lp:usensord
Diff against target: 13 lines (+3/-3)
1 file modified
debian/usensord.conf (+3/-3)
To merge this branch: bzr merge lp:~xnox/usensord/fix-upstart-job
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sergio Schvezov Approve
Review via email: mp+214225@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
Sergio Schvezov (sergiusens) wrote :

tested works like a charm

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/usensord.conf'
2--- debian/usensord.conf 2013-12-12 05:06:12 +0000
3+++ debian/usensord.conf 2014-04-04 12:30:15 +0000
4@@ -1,6 +1,6 @@
5-description "Starts the usensord service which provides haptics support"
6+description "usensord service for haptics support"
7
8-start on dbus
9-stop on runlevel [06]
10+start on started dbus
11+stop on stopped dbus
12
13 exec usensord

Subscribers

People subscribed via source and target branches