From 8c6f26a654948ffb0b64f378a8a7e7932abf950e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 6 Dec 2013 17:00:26 +0000 Subject: Switching DBus service to an Upstart Job. --- data/indicator-bluetooth.conf.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/indicator-bluetooth.conf.in (limited to 'data/indicator-bluetooth.conf.in') diff --git a/data/indicator-bluetooth.conf.in b/data/indicator-bluetooth.conf.in new file mode 100644 index 0000000..c23665c --- /dev/null +++ b/data/indicator-bluetooth.conf.in @@ -0,0 +1,11 @@ +description "Indicator Bluetooth 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 + +respawn + +exec @pkglibexecdir@/indicator-bluetooth-service -- cgit v1.2.3