summaryrefslogtreecommitdiffstats
path: root/sysusers.d/basic.conf.in
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-12-07 07:49:16 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2017-12-07 09:12:13 +0100
commit60712021651ad0e22515469784d0bee9e040e132 (patch)
tree99342e0a124e494a74ecd3d5ce39811777f6dea0 /sysusers.d/basic.conf.in
parenttest: use NOBODY_USER_NAME instead of hard-coded string "noody" (diff)
downloadsystemd-60712021651ad0e22515469784d0bee9e040e132.tar.xz
systemd-60712021651ad0e22515469784d0bee9e040e132.zip
sysusers: use NOBODY_USER_NAME
Diffstat (limited to 'sysusers.d/basic.conf.in')
-rw-r--r--sysusers.d/basic.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in
index 78b764bdef..8e358c02d6 100644
--- a/sysusers.d/basic.conf.in
+++ b/sysusers.d/basic.conf.in
@@ -9,7 +9,7 @@
u root 0 "Super User" /root
# The nobody user for NFS file systems
-u nobody 65534 "Nobody" -
+u @NOBODY_USER_NAME@ 65534 "Nobody" -
# Administrator group: can *see* more than normal users
g adm - - -