From c884831f9473df332be1197d9d36ad3c0229ccfb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 12 Jul 2013 10:16:34 -0500 Subject: Switch from being dbus activated to being an upstart job --- data/indicator-sound.conf.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/indicator-sound.conf.in (limited to 'data/indicator-sound.conf.in') diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in new file mode 100644 index 0000000..73d2a7d --- /dev/null +++ b/data/indicator-sound.conf.in @@ -0,0 +1,14 @@ +description "Indicator Sound 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-sound-service -- cgit v1.2.3 From fd5fc9ed4aca0753779432de3ccc60cce6499af3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 27 Aug 2013 15:11:49 -0500 Subject: Dropping debugging for system-wide support --- data/indicator-sound.conf.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'data/indicator-sound.conf.in') diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in index 6d5c870..a5f4b4d 100644 --- a/data/indicator-sound.conf.in +++ b/data/indicator-sound.conf.in @@ -6,9 +6,6 @@ description "Indicator Sound Backend" 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 @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service -- cgit v1.2.3