diff options
| -rw-r--r-- | scripts/bluetooth.init | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/bluetooth.init b/scripts/bluetooth.init index 83260035..28b0eb0a 100644 --- a/scripts/bluetooth.init +++ b/scripts/bluetooth.init @@ -9,7 +9,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin  NAME=bluetooth  DESC="Bluetooth subsystem" -DAEMON_NAME=hcid +DAEMON_NAME=bluetoothd  HID2HCI_NAME=hid2hci  DAEMON_EXEC="`which $DAEMON_NAME || true`" @@ -26,7 +26,7 @@ case "$1" in    start)  	echo -n "Starting $DESC:"  	if $DAEMON_ENABLE && [ -x "$DAEMON_EXEC" ] && [ -f "$DAEMON_CONFIG" ] ; then -		$DAEMON_EXEC -s -f $DAEMON_CONFIG +		$DAEMON_EXEC -f $DAEMON_CONFIG  		echo -n " $DAEMON_NAME"  	fi  	if $HID2HCI_ENABLE && [ -x "$HID2HCI_EXEC" ] ; then | 
