From d3ee75782dac45ee3f614f40bcea7267691794f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8A=E5=A4=A9?= Date: Fri, 12 Sep 2025 12:02:13 +0800 Subject: [PATCH] add cloud_disk_servicewq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昊天 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 0f819532a..81b9b3aa1 100644 --- a/services/etc/group +++ b/services/etc/group @@ -175,3 +175,4 @@ app_fwk_update:x:3350: sysselection:x:1080: mechbody:x:7811: ufs:x:1020: +cloud_disk_service:x:6161: diff --git a/services/etc/passwd b/services/etc/passwd index d98590fad..b2919756a 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -168,3 +168,4 @@ app_fwk_update:x:3350:3350:::/bin/false sysselection:x:1080:1080:::/bin/false mechbody:x:7811:7811:::/bin/false ufs:x:1020:1020:::/bin/false +cloud_disk_service:x:6161:6161::/bin/false -- Gitee