#!/bin/sh # # Start/stop the Bluetooth daemons # . /etc/rc.conf . /etc/rc.d/functions [ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth /sbin/svwaitup -s 15 /service/dbus || exit 1 stat_runit "Starting bluetooth subsystem:" exec /usr/sbin/bluetoothd -n >/dev/null