From: SangYoun Kwak Date: Tue, 10 Jun 2025 08:23:21 +0000 (+0900) Subject: system-server: Relocate service file under united-service directory X-Git-Tag: accepted/tizen/unified/20250612.143600^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6266ce6cfc7ba1ef3a724d622e237ea2dc2ea871;p=platform%2Fcore%2Fsystem%2Fsensord.git system-server: Relocate service file under united-service directory 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 785232e8..af22601d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,6 @@ INSTALL( ) 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() diff --git a/packaging/system-server-sensord.service b/packaging/system-server-sensord.service deleted file mode 100644 index 85c598e0..00000000 --- a/packaging/system-server-sensord.service +++ /dev/null @@ -1,7 +0,0 @@ -[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 diff --git a/united-service/system-server-sensord.service b/united-service/system-server-sensord.service new file mode 100644 index 00000000..85c598e0 --- /dev/null +++ b/united-service/system-server-sensord.service @@ -0,0 +1,7 @@ +[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