summaryrefslogtreecommitdiffstats
path: root/source/n/bluez/config/bluetooth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/bluez/config/bluetooth.sh')
-rw-r--r--source/n/bluez/config/bluetooth.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/n/bluez/config/bluetooth.sh b/source/n/bluez/config/bluetooth.sh
deleted file mode 100644
index 22034551c..000000000
--- a/source/n/bluez/config/bluetooth.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Check whether /etc/rc.d/rc.bluetooth is executable before starting
-# the bluetooth subsystem for hotplugged bluetooth devices
-[ -x /etc/rc.d/rc.bluetooth ] && exec /usr/sbin/bluetoothd --udev
-exit 0
-