From e1de6935c84911154a14a8bddddc4f2de472d18d Mon Sep 17 00:00:00 2001 From: yangziyong Date: Mon, 26 Sep 2022 18:15:37 +0800 Subject: [PATCH] refactor: modify process battery_stats to process foundation Signed-off-by: yangziyong --- services/etc/group | 1 - services/etc/passwd | 1 - 2 files changed, 2 deletions(-) diff --git a/services/etc/group b/services/etc/group index 96f07409..f4e90754 100644 --- a/services/etc/group +++ b/services/etc/group @@ -88,7 +88,6 @@ quickfixserver:x:5524; samgr:x:5555: update:x:6666: charger:x:6667: -battery_stats:x:6668: sensor:x:6688: input:x:6696: msdp:x:6699: diff --git a/services/etc/passwd b/services/etc/passwd index 77f63a48..7fcefb81 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -85,7 +85,6 @@ samgr:x:5555:5555:::/bin/false dbms:x:6000:6000:::/bin/false update:x:6666:6666:::/bin/false charger:x:6667:6667:::/bin/false -battery_stats:x:6668:6668:::/bin/false sensor:x:6688:6688:::/bin/false input:x:6696:6696:::/bin/false msdp:x:6699:6699:::/bin/false -- GitLab