aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bluez5/bluetooth.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bluez5/bluetooth.initd')
-rw-r--r--testing/bluez5/bluetooth.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/bluez5/bluetooth.initd b/testing/bluez5/bluetooth.initd
new file mode 100644
index 0000000000..23426b7c89
--- /dev/null
+++ b/testing/bluez5/bluetooth.initd
@@ -0,0 +1,11 @@
+#!/sbin/runscript
+
+name="Bluetooth"
+command="/usr/lib/bluetooth/bluetoothd"
+
+
+depend() {
+ after coldplug
+ need dbus localmount
+}
+