mirror of
https://github.com/systemd/systemd.git
synced 2025-02-24 17:57:34 +03:00
man: systemd-sysusers does not create home dir
Document that systemd-sysusers doesn’t create the specified home directory, and point to systemd-tmpfiles as the service that can create the home directory instead. (systemd-tmpfiles-setup.service is ordered After=systemd-sysusers.service, so by the time systemd-tmpfiles would create the home directory, sysusers would have created the owning user already, and it should all work out.)
This commit is contained in:
parent
612a6869ee
commit
a1de7d01ff
@ -216,6 +216,11 @@ r - 500-900
|
||||
<para>Only applies to lines of type <varname>u</varname> and should otherwise
|
||||
be left unset (or <literal>-</literal>). It is recommended to omit this, unless
|
||||
software strictly requires a home directory to be set.</para>
|
||||
|
||||
<para><command>systemd-sysusers</command> only sets the home directory record in the
|
||||
user database. To actually create the directory, consider adding a corresponding
|
||||
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
||||
fragment.</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user