system-server: Relocate system-server-deviced.service from packaginig to united-service 57/325457/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250611.121122 accepted/tizen/unified/20250612.143558 accepted/tizen/unified/x/20250611.211729 accepted/tizen/unified/x/20250612.222018
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 10 Jun 2025 09:37:03 +0000 (18:37 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 10 Jun 2025 09:43:42 +0000 (18:43 +0900)
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>
CMakeLists.txt
packaging/system-server-deviced.service [deleted file]
united-service/system-server-deviced.service [new file with mode: 0644]

index d24f70ae25f1d3ecaa8b443c917f6dadf9e7a163..bcf76f882d94eec41d485e990bb32b1e81aaed8a 100644 (file)
@@ -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 (file)
index 4354af3..0000000
+++ /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 (file)
index 0000000..4354af3
--- /dev/null
@@ -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