diff options
author | Ted Gould <ted@gould.cx> | 2014-09-09 04:21:58 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-09-09 04:21:58 +0000 |
commit | 4b15eb106da8764c3bd12e746b8f19bf458b7470 (patch) | |
tree | 299d5e2a5cdaab892fe7c92b9405f721635124e3 /data/indicator-power.conf.in | |
parent | 059246d136ed8c24c5e78e6a966bf2dfc945fe4e (diff) | |
parent | 334e3b3130cbde5a96e6da5323d40418db80f8ef (diff) | |
download | ayatana-indicator-power-4b15eb106da8764c3bd12e746b8f19bf458b7470.tar.gz ayatana-indicator-power-4b15eb106da8764c3bd12e746b8f19bf458b7470.tar.bz2 ayatana-indicator-power-4b15eb106da8764c3bd12e746b8f19bf458b7470.zip |
Synchronize process management across indicators
Approved by: Charles Kerr, PS Jenkins bot
Diffstat (limited to 'data/indicator-power.conf.in')
-rw-r--r-- | data/indicator-power.conf.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/data/indicator-power.conf.in b/data/indicator-power.conf.in index a2bc7aa..665fb35 100644 --- a/data/indicator-power.conf.in +++ b/data/indicator-power.conf.in @@ -1,11 +1,9 @@ -description "Indicator Power Backend" +description "Indicator Power 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 @pkglibexecdir@/indicator-power-service |