diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 08:56:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 08:56:38 -0600 |
commit | bf09f85b2c285c19aad247e8f91b26a7c2007159 (patch) | |
tree | 0df7ce33536f1ea0056a43014b1ada7d1fa6480d /data | |
parent | 8c96b02c3ad3ee3286f75324ac6c262a091f0a43 (diff) | |
download | ayatana-indicator-power-bf09f85b2c285c19aad247e8f91b26a7c2007159.tar.gz ayatana-indicator-power-bf09f85b2c285c19aad247e8f91b26a7c2007159.tar.bz2 ayatana-indicator-power-bf09f85b2c285c19aad247e8f91b26a7c2007159.zip |
Make the Upstart job match
Diffstat (limited to 'data')
-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 |