diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-12-23 14:20:42 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-12-23 14:20:42 +0000 |
commit | 3f023a8c25761082113b62cdbbf861481708da6b (patch) | |
tree | cae133570641e25bc64b80ed61f7b43be4ec485e | |
parent | 1c234a0a40617b2f696f56b8d748596fbb8ff6e6 (diff) | |
parent | f3015f8c24f798757b356b68a0616f20b1f1bc2b (diff) | |
download | ayatana-indicator-sound-3f023a8c25761082113b62cdbbf861481708da6b.tar.gz ayatana-indicator-sound-3f023a8c25761082113b62cdbbf861481708da6b.tar.bz2 ayatana-indicator-sound-3f023a8c25761082113b62cdbbf861481708da6b.zip |
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.
Approved by: Xavi Garcia
-rw-r--r-- | data/indicator-sound.conf.in | 2 |
1 files changed, 1 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 |