diff options
Diffstat (limited to 'abs/extra-testing/bluez/run.hidd')
-rw-r--r-- | abs/extra-testing/bluez/run.hidd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/extra-testing/bluez/run.hidd b/abs/extra-testing/bluez/run.hidd deleted file mode 100644 index e4f66d3..0000000 --- a/abs/extra-testing/bluez/run.hidd +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# Start/stop the Bluetooth daemons -# - -. /etc/rc.conf -. /etc/rc.d/functions - -[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth - -svwaitup -s 3 /var/service/bluetoothd || exit 1 - - stat_runit "Starting Bluetooth HID daemon:" - exec /usr/bin/hidd -n --server |