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

Proposed by Xavi Garcia
Status: Merged
Approved by: Xavi Garcia
Approved revision: 516
Merged at revision: 516
Proposed branch: lp:~xavi-garcia-mena/indicator-sound/readd-respawn-upstart
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/readd-respawn-upstart
Reviewer Review Type Date Requested Status
Xavi Garcia Approve
Review via email: mp+281302@code.launchpad.net

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.

This MP readds the feature after it landed and was reverted.

To post a comment you must log in.
Revision history for this message
Xavi Garcia (xavi-garcia-mena) wrote :

Approving myself as this branch is created to reland a previous branch that already landed and that was reverted.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/indicator-sound.conf.in'
--- data/indicator-sound.conf.in 2015-12-23 11:08:16 +0000
+++ data/indicator-sound.conf.in 2015-12-23 14:16:08 +0000
@@ -4,6 +4,6 @@
4stop on desktop-end or indicator-services-end4stop on desktop-end or indicator-services-end
55
6respawn6respawn
7respawn limit 2 107respawn limit 30 10
88
9exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service9exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service

Subscribers

People subscribed via source and target branches