diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-01-05 13:15:46 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-01-05 13:15:46 -0600 |
commit | 6eb56e7a2ac5cd3aede5998b8a24452a7f8138d4 (patch) | |
tree | 077f1f1710794e5f2d011aec5f3822f340c6a4c2 /data | |
parent | 22f2ea976efa380791a6de4378510fd76d0ec4d9 (diff) | |
parent | 7dcc73303a60aba6c636408fa22ccaed07baf64c (diff) | |
download | ayatana-indicator-sound-6eb56e7a2ac5cd3aede5998b8a24452a7f8138d4.tar.gz ayatana-indicator-sound-6eb56e7a2ac5cd3aede5998b8a24452a7f8138d4.tar.bz2 ayatana-indicator-sound-6eb56e7a2ac5cd3aede5998b8a24452a7f8138d4.zip |
sync with trunk
Diffstat (limited to 'data')
-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 |