X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fmobile%2Fbt-stack-up.sh;h=e39ff264656b25a84cd9f55a2bfafa8223c990de;hb=185fc498b06e188320bcf9a61d0b41b619484b2d;hp=e032d133828db9822392be4c1a69aeac734e09f9;hpb=8f2c0e1f1fcb48503269faf2e78ef444a6ceff2d;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git diff --git a/scripts/mobile/bt-stack-up.sh b/scripts/mobile/bt-stack-up.sh index e032d13..e39ff26 100755 --- a/scripts/mobile/bt-stack-up.sh +++ b/scripts/mobile/bt-stack-up.sh @@ -22,6 +22,8 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" /usr/libexec/bluetooth/bluetoothd -d -C & -/usr/bin/bluetooth-share & + +echo "Run bluetooth-share by systemd" +systemctl start --no-block bluetooth-share.service exit 0