diff options
Diffstat (limited to 'testing/bluez5/bluetooth.initd')
-rw-r--r-- | testing/bluez5/bluetooth.initd | 11 |
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 +} + |