diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 10:26:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 10:26:09 -0600 |
commit | 5205b9539beea821b666fce19c16b082bad5f645 (patch) | |
tree | fe0466c6a07b4f7c1e20e0aac76dc00c94605e3b /data | |
parent | 838ea79ea2ad530c8780f67503a6bd9b31777b47 (diff) | |
download | ayatana-indicator-sound-5205b9539beea821b666fce19c16b082bad5f645.tar.gz ayatana-indicator-sound-5205b9539beea821b666fce19c16b082bad5f645.tar.bz2 ayatana-indicator-sound-5205b9539beea821b666fce19c16b082bad5f645.zip |
Add a respawn limit and cleanup the job
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-sound.conf.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in index a5f4b4d..4912b61 100644 --- a/data/indicator-sound.conf.in +++ b/data/indicator-sound.conf.in @@ -1,11 +1,9 @@ -description "Indicator Sound Backend" +description "Indicator Sound Service" -# Want to move to indicator-services-[start|end], but that's not all -# there yet. Use the signals that exist today for now. - -start on indicators-loaded or indicator-services-start +start on indicator-services-start stop on desktop-end or indicator-services-end respawn +respawn limit 2 10 exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service |