diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-02-18 00:54:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-17 17:35:24 -0800 |
commit | 5a0fdf9af24fa1a9a96f8575a0dc4159fd546d18 (patch) | |
tree | 1d050cbac2eada2b533782ec51e22a3569fb4e48 | |
parent | daed1b89809719b21a79dbd3eae057fa1c54e963 (diff) | |
download | meta-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-oe | 1 | ||||
-rw-r--r-- | meta-oe/files/static-passwd-meta-oe | 4 |
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: | |||
5 | postgres:x:28: | 5 | postgres:x:28: |
6 | zabbix:x:605: | 6 | zabbix:x:605: |
7 | mail:x:606: | 7 | mail:x:606: |
8 | influxdb:x:622: | ||
8 | nogroup:x:65534: | 9 | nogroup: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 | |||
7 | cyrus:x:606:nogroup::/:/bin/nologin | 7 | cyrus:x:606:nogroup::/:/bin/nologin |
8 | pcp:x:620:nogroup::/:/bin/nologin | 8 | pcp:x:620:nogroup::/:/bin/nologin |
9 | pcpqa:x:621:nogroup::/:/bin/nologin | 9 | pcpqa:x:621:nogroup::/:/bin/nologin |
10 | influxdb:x:622:nogroup::/:/bin/nologin | 10 | influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin |
11 | mongodb:x:623:nogroup::/:/bin/nologin \ No newline at end of file | 11 | mongodb:x:623:nogroup::/:/bin/nologin |