#!/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