aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bluez5/bluetooth.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-15 14:51:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-15 14:51:45 +0000
commit9912975644615cfe9396f999717e67ac50b87c19 (patch)
tree5cd07b37c3afa349177a9c45e465bc944a56751e /testing/bluez5/bluetooth.initd
parentf596c243c56682e416b0de42c95e2b1020f1753e (diff)
testing/bluez5: new aport
Tools for the Bluetooth protocol stack http://www.bluez.org/
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 00000000000..23426b7c891
--- /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
+}
+