Merge "bt-api: Do not log the _bt_check_privilege() using macro" into tizen_3.0
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-emul / bluetooth-frwk-service
1 #!/bin/sh
2
3 #
4 # Script for running BT Service during booting time
5 #
6
7 if [ -x /usr/bin/bt-service ]; then
8         /usr/bin/bt-service &
9 fi