Modify the path to match the env 93/11893/1 accepted/tizen/20131114.173824 accepted/tizen/20131118.185530 submit/tizen/20131114.045100
authorWu zheng <wu.zheng@intel.com>
Thu, 7 Nov 2013 09:54:20 +0000 (17:54 +0800)
committerWu zheng <wu.zheng@intel.com>
Thu, 7 Nov 2013 09:54:20 +0000 (17:54 +0800)
Change-Id: I86420e2da56de68b9366513f20311838f49eac2f

scripts/bt-stack-up.sh

index ed5c9e2..ad80079 100644 (file)
@@ -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