diff options
author | Ted Gould <ted@gould.cx> | 2014-02-14 14:44:50 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-14 14:44:50 -0600 |
commit | 3279417bb8dd2532674f98c230fe27500bca5b9f (patch) | |
tree | 4f124255ef03c0d5ba38cc96e8d1e104f12b581b | |
parent | c23fc96953877b93af2f3f840a1859de3af168a2 (diff) | |
download | ayatana-indicator-bluetooth-3279417bb8dd2532674f98c230fe27500bca5b9f.tar.gz ayatana-indicator-bluetooth-3279417bb8dd2532674f98c230fe27500bca5b9f.tar.bz2 ayatana-indicator-bluetooth-3279417bb8dd2532674f98c230fe27500bca5b9f.zip |
Start condition cleanup and respawn limits
-rw-r--r-- | data/indicator-bluetooth.conf.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/indicator-bluetooth.conf.in b/data/indicator-bluetooth.conf.in index c23665c..5262391 100644 --- a/data/indicator-bluetooth.conf.in +++ b/data/indicator-bluetooth.conf.in @@ -1,11 +1,9 @@ description "Indicator Bluetooth Backend" -# 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 @pkglibexecdir@/indicator-bluetooth-service |