From 013e97dda20c02d413f7bafd644bc774cfe3bf51 Mon Sep 17 00:00:00 2001 From: chenming Date: Wed, 30 Mar 2022 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?workscheduler=E8=BF=9B=E7=A8=8B=E9=99=8D?= =?UTF-8?q?=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenming --- services/etc/group | 2 +- services/etc/passwd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/etc/group b/services/etc/group index 631d93cd..27fef1d6 100755 --- a/services/etc/group +++ b/services/etc/group @@ -61,7 +61,7 @@ a2dp_host:x:3043: hdf_devmgr:x:3044: connected_tag_host:x:3045: dslm:x:3046: -work_scheduler_service:x:3047: +work_scheduler:x:3047: dms:x:5522: sensor:x:6688: msdp:x:6699: diff --git a/services/etc/passwd b/services/etc/passwd index 14c578da..f6b12f5f 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -60,7 +60,7 @@ a2dp_host:x:3043:3043:::/bin/false hdf_devmgr:x:3044:3044:::/bin/false connected_tag_host:x:3045:3045:::/bin/false dslm:x:3046:3046:::/bin/false -work_scheduler_service:x:3047:3047:::/bin/false +work_scheduler:x:3047:3047:::/bin/false dms:x:5522:5522:::/bin/false sensor:x:6688:6688:::/bin/false msdp:x:6699:6699:::/bin/false -- GitLab