From 2226eb63315b11838ddc7338ed0f4b56316c5f63 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 9 Apr 2015 12:29:20 +0200 Subject: [PATCH] Manual.md: updated documentation --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 7153f7263cd..e94eca48f93 100644 --- a/Manual.md +++ b/Manual.md @@ -849,7 +849,7 @@ separated by blanks, i.e `system_accounts="foo blah:22"`. Optionally the **uid** can be specified by delimiting it with a color, i.e `system_accounts="foo:48"`. Additional variables for the **system accounts** can be specified to change its behavior: - - `_homedir` the home directory for the user. If unset defaults to `/dev/null`. + - `_homedir` the home directory for the user. If unset defaults to `/var/empty`. - `_shell` the shell for the new user. If unset defaults to `/sbin/nologin`. - `_descr` the description for the new user. If unset defaults to ` unprivileged user`. - `_groups` additional groups to be added to for the new user.