summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-08-21 13:08:48 +0800
committerChengwei Yang <chengwei.yang@intel.com>2013-08-21 13:13:21 +0800
commit904a5884eb0d707d5a1c91e05b9e11708ae62905 (patch)
tree0d8421edd1e28b0ecdd6e58de4e641c521907c7a /src
parent7e8b83f83bfff517a45f6db7fbe85e0f9d4e8756 (diff)
downloadoma-ds-agent-904a5884eb0d707d5a1c91e05b9e11708ae62905.tar.gz
oma-ds-agent-904a5884eb0d707d5a1c91e05b9e11708ae62905.tar.bz2
oma-ds-agent-904a5884eb0d707d5a1c91e05b9e11708ae62905.zip
Install dbus service file to system-wide dbus service directory
This is a minor fix for dbus activation, there are two kinds of dbus bus daemon, system-wide bus and session bus per user. And they have its own different service directory. Change-Id: I52936caa5822bd3211488a7828f8f79f3b613ee9 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/agent/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agent/CMakeLists.txt b/src/agent/CMakeLists.txt
index 4c98e87..0d99c9e 100755
--- a/src/agent/CMakeLists.txt
+++ b/src/agent/CMakeLists.txt
@@ -72,7 +72,7 @@ INSTALL(TARGETS ${EXENAME} DESTINATION ${BINDIR})
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/oma-ds-cfg DESTINATION /usr/share)
# install oma ds dbus file
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/com.samsung.omadsagent.service DESTINATION /usr/share/dbus-1/services)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/com.samsung.omadsagent.service DESTINATION /usr/share/dbus-1/system-services)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/com.samsung.omadsagent.conf DESTINATION /etc/dbus-1/system.d)
# install systemd unit