diff options
Diffstat (limited to 'abs/extra-testing/bluez/run.bluetoothd')
-rw-r--r-- | abs/extra-testing/bluez/run.bluetoothd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra-testing/bluez/run.bluetoothd b/abs/extra-testing/bluez/run.bluetoothd deleted file mode 100644 index 7a92437..0000000 --- a/abs/extra-testing/bluez/run.bluetoothd +++ /dev/null @@ -1,12 +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 - - stat_runit "Starting bluetooth subsystem:" - exec /usr/sbin/bluetoothd -n |