diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 11:46:32 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-27 11:46:32 -0500 |
commit | 667bae7b6050a2346046a8482dd2bd758025fa00 (patch) | |
tree | 2004150fb96e90abe0f70efb1b8eb1ad597e2bf4 /data/indicator-power.conf.in | |
parent | 7c271b3ced3eb39f804f02c20cd536f6782423c3 (diff) | |
download | ayatana-indicator-power-667bae7b6050a2346046a8482dd2bd758025fa00.tar.gz ayatana-indicator-power-667bae7b6050a2346046a8482dd2bd758025fa00.tar.bz2 ayatana-indicator-power-667bae7b6050a2346046a8482dd2bd758025fa00.zip |
Switching the dvus service to an upstart job
Diffstat (limited to 'data/indicator-power.conf.in')
-rw-r--r-- | data/indicator-power.conf.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/indicator-power.conf.in b/data/indicator-power.conf.in new file mode 100644 index 0000000..327e9f3 --- /dev/null +++ b/data/indicator-power.conf.in @@ -0,0 +1,14 @@ +description "Indicator Power 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 +stop on desktop-end or indicator-services-end + +env G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG + +respawn + +exec @pkglibexecdir@/indicator-power-service |