no need anymore, since udev starts bluetooth

This commit is contained in:
Stephan Raue 2009-07-28 23:05:12 +02:00
parent b6396d26c7
commit d978d404b1

View File

@ -1,14 +0,0 @@
#!/bin/sh
#
# setup bluetooth daemons
#
# runlevels: openelec, text, debug
. /etc/sysconfig
progress "Starting Bluetooth support"
/usr/bin/bluetoothd
exit 0