From: Wu zheng Date: Thu, 7 Nov 2013 09:54:20 +0000 (+0800) Subject: Modify the path to match the env X-Git-Tag: accepted/tizen/20131114.173824^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11514b2fa2210d00c6abb66769c080e7fdc4d139;hp=13bc56f00b2e5590cc4052ca72248e69b47eb6e7;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git Modify the path to match the env Change-Id: I86420e2da56de68b9366513f20311838f49eac2f --- diff --git a/scripts/bt-stack-up.sh b/scripts/bt-stack-up.sh index ed5c9e2..ad80079 100644 --- a/scripts/bt-stack-up.sh +++ b/scripts/bt-stack-up.sh @@ -19,7 +19,7 @@ echo "Run bluetoothd" if [ -d /sys/fs/cgroup/systemd ]; then # bt-service changes USER to 'app' via libprivilege-control, so it needs # to know where the session bus is located under systemd - export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/app/dbus/user_bus_socket + export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket else # Under systemd, bluetoothd is dbus activated. sysvinit requires it to be # launched explicitly