Calls sd_notify(STOPPING=1) to ensure systemd's operation
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / 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