summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-22 20:05:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-22 20:06:33 +0100
commitef8bdf070e4c2ec7637f5ec00150988dda9aaa34 (patch)
tree68711f740b94f1ca708456a685d70ea6d3536ad2 /rules/systemd.make
parente70e237035815f076656293b55f2a55fe328cefe (diff)
downloadptxdist-ef8bdf070e4c2ec7637f5ec00150988dda9aaa34.tar.gz
ptxdist-ef8bdf070e4c2ec7637f5ec00150988dda9aaa34.tar.xz
systemd: fix nobody group name
The group is called nogroup in our /etc/group Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index bad43049f..5d3836b64 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -111,7 +111,7 @@ SYSTEMD_CONF_OPT := \
-Dmount-path=/usr/bin/mount \
-Dmyhostname=true \
-Dnetworkd=$(call ptx/truefalse,PTXCONF_SYSTEMD_NETWORK) \
- -Dnobody-group=nobody \
+ -Dnobody-group=nogroup \
-Dnobody-user=nobody \
-Dnss-systemd=true \
-Dntp-servers= \