From: DoHyun Pyun Date: Thu, 9 Jul 2015 12:11:41 +0000 (+0900) Subject: Modify bluetoothd path in stack up script X-Git-Tag: accepted/tizen/ivi/20160218.023423^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m1_tv;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git Modify bluetoothd path in stack up script Change-Id: I8e9bb589171a40b77e4f33665f05f40eeb6ca651 Signed-off-by: DoHyun Pyun --- diff --git a/scripts/mobile/bt-stack-up.sh b/scripts/mobile/bt-stack-up.sh index 0b4b302..e032d13 100755 --- a/scripts/mobile/bt-stack-up.sh +++ b/scripts/mobile/bt-stack-up.sh @@ -21,7 +21,7 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" -/usr/lib/bluetooth/bluetoothd -d -C & +/usr/libexec/bluetooth/bluetoothd -d -C & /usr/bin/bluetooth-share & exit 0 diff --git a/scripts/wearable/bt-stack-up.sh b/scripts/wearable/bt-stack-up.sh index 2c2074c..4f5da9f 100755 --- a/scripts/wearable/bt-stack-up.sh +++ b/scripts/wearable/bt-stack-up.sh @@ -42,7 +42,7 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" -/usr/lib/bluetooth/bluetoothd -d -C & +/usr/libexec/bluetooth/bluetoothd -d -C & /usr/bin/dbus-send --print-reply --system --type=method_call \ --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 \ org.freedesktop.systemd1.Manager.StartUnit \