From e92b75936cbaf5a6fddb0219fbb5fc928f48f75f Mon Sep 17 00:00:00 2001 From: liujiaxin25 Date: Fri, 12 Apr 2024 16:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ennrt=20host=E8=BF=9B=E7=A8=8B?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=92=8C=E7=BE=A4=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index bfba949..8a93aa4 100644 --- a/services/etc/group +++ b/services/etc/group @@ -145,3 +145,4 @@ oaid_service:x:6101: code_sign:x:3074: hdf_ext_devmgr:x:3085: intell_voice_host:x:3100: +nnrt_host:x:3311: diff --git a/services/etc/passwd b/services/etc/passwd index 5280d7b..b68d690 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -142,3 +142,4 @@ oaid_service:x:6101:6101:::/bin/false code_sign:x:3074:3074:::/bin/false hdf_ext_devmgr:x:3085:3085:::/bin/false intell_voice_host:x:3100:3100:::/bin/false +nnrt_host:x:3311:3311:::/bin/false -- Gitee