For the non-root user sysusers uses nologin as the default shell, not login. Correct the documentation to match the code. --- man/sysusers.d.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 00eb7ec..1e079b2 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -102,7 +102,7 @@ m authd input</programlisting> group will be set to the group bearing the same name. The user's shell will be set to - <filename>/sbin/login</filename>, + <filename>/sbin/nologin</filename>, the home directory to <filename>/</filename>. The account will be created -- 2.0.1 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel