From: Yunhee Seo Date: Tue, 10 Jun 2025 09:37:03 +0000 (+0900) Subject: system-server: Relocate system-server-deviced.service from packaginig to united-service X-Git-Tag: accepted/tizen/unified/20250611.121122^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Fsystem%2Fdeviced.git system-server: Relocate system-server-deviced.service from packaginig to united-service 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d24f70ae..bcf76f88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -334,7 +334,7 @@ CONFIGURE_FILE(${PROJECT_NAME}.pc.in ${PROJECT_NAME}.pc @ONLY) 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) diff --git a/packaging/system-server-deviced.service b/packaging/system-server-deviced.service deleted file mode 100644 index 4354af3c..00000000 --- a/packaging/system-server-deviced.service +++ /dev/null @@ -1,7 +0,0 @@ -[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 diff --git a/united-service/system-server-deviced.service b/united-service/system-server-deviced.service new file mode 100644 index 00000000..4354af3c --- /dev/null +++ b/united-service/system-server-deviced.service @@ -0,0 +1,7 @@ +[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