bluez: init: cosmetics

This commit is contained in:
Stefan Saraev 2013-07-18 19:32:43 +03:00
parent bdbea18809
commit 8196ca142f

View File

@ -36,6 +36,6 @@
if [ "$BLUEZ_ENABLED" == "true" ]; then
progress "Starting bluetooth daemon"
wait_for_dbus
/usr/lib/bluetooth/bluetoothd &>/dev/null &
/usr/lib/bluetooth/bluetoothd &>/dev/null
fi
)&