Merge lp:~xavi-garcia-mena/indicator-sound/upstart-respawn into lp:indicator-sound/15.10

Proposed by Xavi Garcia
Status: Superseded
Proposed branch: lp:~xavi-garcia-mena/indicator-sound/upstart-respawn
Merge into: lp:indicator-sound/15.10
Diff against target: 11 lines (+1/-1)
1 file modified
data/indicator-sound.conf.in (+1/-1)
To merge this branch: bzr merge lp:~xavi-garcia-mena/indicator-sound/upstart-respawn
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+281112@code.launchpad.net

This proposal has been superseded by a proposal from 2015-12-23.

Commit message

Very simple change to make upstart try to respawn the process 30 times (instead of 2).
This is a workaround for the case when dbus session is not ready yet at startup.

Description of the change

Very simple change to make upstart try to respawn the process 30 times (instead of 2).
This is a workaround for the case when dbus session is not ready yet at startup.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) :
review: Approve
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Note: this was reverted in archives as trunk had extra stuff in it. So this MP needs to be redone and relanded.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/indicator-sound.conf.in'
2--- data/indicator-sound.conf.in 2014-02-20 16:26:09 +0000
3+++ data/indicator-sound.conf.in 2015-12-21 15:15:13 +0000
4@@ -4,6 +4,6 @@
5 stop on desktop-end or indicator-services-end
6
7 respawn
8-respawn limit 2 10
9+respawn limit 30 10
10
11 exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service

Subscribers

People subscribed via source and target branches