Ensure /home/rsync is created

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24104 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2021-01-11 22:23:46 +00:00
parent 29d3017a35
commit 0c8e745020

View File

@ -104,7 +104,7 @@
</para>
<screen role="root"><userinput>groupadd -g 48 rsyncd &amp;&amp;
useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd \
useradd -c "rsyncd Daemon" -m -d /home/rsync -g rsyncd \
-s /bin/false -u 48 rsyncd</userinput></screen>
<para>