There are quite several errors in the dbus service file.
* it's not necessary to export DBUS_SESSION_BUS_ADDRESS, dbus activation
will do that, and more important, it's a totally wrong path, what's
the $UID?
* do not touch system-wide log policy because in fact we can't. These
debug settings are managed by dlogctl.
Change-Id: I0522fed5d5053a49884dc78ab4054d2dfa780b0e
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
[D-BUS Service]
Name=org.projectx.bt
-Exec=/bin/sh -c 'if [ -d /sys/fs/cgroup/systemd ] ; then export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$UID/dbus/user_bus_socket; export TIZEN_PLATFORMLOGGING_MODE=1; export TIZEN_DLOG_LEVEL=1; fi; exec /usr/bin/bt-service'
+Exec=/usr/bin/bt-service
User=app