The config file of united-service, system-server-sensord.service was
located under packaging with systemd service file, sensord.service.
But sensord.service and system-server-sensord.service are different type
of service files, it is better to spearate them.
To make it clear that system-server-sensord.service is a config file of
united-service, it is relocated under the new directory united-service.
Change-Id: I4678103e7d012135baa892c92094616890a40656
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
)
IF(${ENABLE_SYSTEM_SERVER})
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/packaging/system-server-sensord.service
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/united-service/system-server-sensord.service
DESTINATION ${SYSTEM_SERVER_DIR}/conf)
ENDIF()
+++ /dev/null
-[United-Service]
-Description=sensord plugin for system-server
-Name=system-server-sensord
-Type=notify
-Mode=normal
-Path=/usr/share/united-service/system-server/mod/libsystem-server-sensord.so
-Priority=1
--- /dev/null
+[United-Service]
+Description=sensord plugin for system-server
+Name=system-server-sensord
+Type=notify
+Mode=normal
+Path=/usr/share/united-service/system-server/mod/libsystem-server-sensord.so
+Priority=1