Remove wrong dependency in the systemd service file
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / 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