From 667bae7b6050a2346046a8482dd2bd758025fa00 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 27 Aug 2013 11:46:32 -0500 Subject: Switching the dvus service to an upstart job --- data/indicator-power.conf.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/indicator-power.conf.in (limited to 'data/indicator-power.conf.in') 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 -- cgit v1.2.3