diff options
-rw-r--r-- | data/indicator-sound.conf.in | 2 | ||||
-rw-r--r-- | debian/changelog | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in index 4912b61..e1618be 100644 --- a/data/indicator-sound.conf.in +++ b/data/indicator-sound.conf.in @@ -4,6 +4,6 @@ start on indicator-services-start stop on desktop-end or indicator-services-end respawn -respawn limit 2 10 +respawn limit 30 10 exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service diff --git a/debian/changelog b/debian/changelog index 906ab89..d1b8742 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +indicator-sound (12.10.2+16.04.20151223.1-0ubuntu1) xenial; urgency=medium + + [ Xavi Garcia Mena ] + * 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. + + -- Xavi Garcia <xavi.garcia.mena@canonical.com> Wed, 23 Dec 2015 14:20:45 +0000 + +indicator-sound (12.10.2+16.04.20151223-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * No-change rebuild. + + -- Xavi Garcia <xavi.garcia.mena@canonical.com> Wed, 23 Dec 2015 12:54:33 +0000 + indicator-sound (12.10.2+16.04.20151222-0ubuntu1) xenial; urgency=medium [ Xavi Garcia Mena ] |