diff options
author | Jonathan Boulle <jonathanboulle@gmail.com> | 2014-06-17 02:57:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-20 13:41:46 +0200 |
commit | 59282254ef87857343f9e28ed33abc19c64658ba (patch) | |
tree | 047120120213c42d71ab145fa5731cb67f330e36 /sysusers.d | |
parent | debug-generator: add new kernel cmdline option systemd.wants= to add units to... (diff) | |
download | systemd-59282254ef87857343f9e28ed33abc19c64658ba.tar.xz systemd-59282254ef87857343f9e28ed33abc19c64658ba.zip |
sysusers.d - fix typo in user definition file
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/systemd.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.d/systemd.conf.in b/sysusers.d/systemd.conf.in index b34a8071aa..bbdc261620 100644 --- a/sysusers.d/systemd.conf.in +++ b/sysusers.d/systemd.conf.in @@ -8,7 +8,7 @@ # The superuser u root 0 "Super User" -# The nobody use for NFS file systems +# The nobody user for NFS file systems u nobody 65534 "Nobody" # Administrator group: can *see* more than normal users |