Upgrade bluez5_37 :Merge the code from private
[platform/upstream/bluez.git] / packaging / bluetooth.sh
1 #!/bin/sh
2 BLUETOOTH_CONFIG=/etc/sysconfig/bluetooth
3 test -r $BLUETOOTH_CONFIG && . $BLUETOOTH_CONFIG
4
5 if [ "$START_BLUETOOTHD" = "no" ]; then
6         exit 0
7 fi
8
9 exec /usr/sbin/bluetoothd --udev