From 5a0fdf9af24fa1a9a96f8575a0dc4159fd546d18 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Sun, 18 Feb 2024 00:54:24 +0100 Subject: influxdb: Add missing group to static id The influxdb group is used by the influxdb recipe and created by default by the useradd command. Also, align static passwd file to the USERADD_PARAM in the influxdb recipe and add the missing newline at end of file. Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/files/static-group-meta-oe | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/files/static-group-meta-oe') diff --git a/meta-oe/files/static-group-meta-oe b/meta-oe/files/static-group-meta-oe index f20c86f653..543c893c00 100644 --- a/meta-oe/files/static-group-meta-oe +++ b/meta-oe/files/static-group-meta-oe @@ -5,4 +5,5 @@ mysql:x:603: postgres:x:28: zabbix:x:605: mail:x:606: +influxdb:x:622: nogroup:x:65534: -- cgit v1.2.3-54-g00ecf