This service file is only used for united-service.
To reduce confusion, the service file location was moved to united-service.
Change-Id: I445fcdabaa3344090922936b9e55480569e8627f
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
IF(${ENABLE_SYSTEM_SERVER})
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/packaging/system-server-deviced.service
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/united-service/system-server-deviced.service
DESTINATION ${SYSTEM_SERVER_DIR}/conf)
ELSE()
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/systemd/org.tizen.system.deviced.service DESTINATION /usr/share/dbus-1/system-services)
+++ /dev/null
-[United-Service]
-Description=deviced plugin for system-server
-Name=system-server-deviced
-Type=notify
-Mode=normal
-Path=/usr/share/united-service/system-server/mod/libsystem-server-deviced.so
-Priority=1
\ No newline at end of file
--- /dev/null
+[United-Service]
+Description=deviced plugin for system-server
+Name=system-server-deviced
+Type=notify
+Mode=normal
+Path=/usr/share/united-service/system-server/mod/libsystem-server-deviced.so
+Priority=1
\ No newline at end of file