summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-02-18 00:54:24 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-17 17:35:24 -0800
commit5a0fdf9af24fa1a9a96f8575a0dc4159fd546d18 (patch)
tree1d050cbac2eada2b533782ec51e22a3569fb4e48
parentdaed1b89809719b21a79dbd3eae057fa1c54e963 (diff)
downloadmeta-openembedded-5a0fdf9af24fa1a9a96f8575a0dc4159fd546d18.tar.gz
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 <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/files/static-group-meta-oe1
-rw-r--r--meta-oe/files/static-passwd-meta-oe4
2 files changed, 3 insertions, 2 deletions
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:
5postgres:x:28: 5postgres:x:28:
6zabbix:x:605: 6zabbix:x:605:
7mail:x:606: 7mail:x:606:
8influxdb:x:622:
8nogroup:x:65534: 9nogroup:x:65534:
diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
index 00f3e107e9..daf686b930 100644
--- a/meta-oe/files/static-passwd-meta-oe
+++ b/meta-oe/files/static-passwd-meta-oe
@@ -7,5 +7,5 @@ zabbix:x:605:605::/:/bin/nologin
7cyrus:x:606:nogroup::/:/bin/nologin 7cyrus:x:606:nogroup::/:/bin/nologin
8pcp:x:620:nogroup::/:/bin/nologin 8pcp:x:620:nogroup::/:/bin/nologin
9pcpqa:x:621:nogroup::/:/bin/nologin 9pcpqa:x:621:nogroup::/:/bin/nologin
10influxdb:x:622:nogroup::/:/bin/nologin 10influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin
11mongodb:x:623:nogroup::/:/bin/nologin \ No newline at end of file 11mongodb:x:623:nogroup::/:/bin/nologin