From 11514b2fa2210d00c6abb66769c080e7fdc4d139 Mon Sep 17 00:00:00 2001 From: Wu zheng Date: Thu, 7 Nov 2013 17:54:20 +0800 Subject: [PATCH] Modify the path to match the env Change-Id: I86420e2da56de68b9366513f20311838f49eac2f --- scripts/bt-stack-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4