mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nixos/resilio: fix group name in documentation
This commit is contained in:
parent
96c4c0cc35
commit
ad13beeebc
@ -206,16 +206,16 @@ in
|
|||||||
|
|
||||||
If you would like to be able to modify the contents of this
|
If you would like to be able to modify the contents of this
|
||||||
directories, it is recommended that you make your user a
|
directories, it is recommended that you make your user a
|
||||||
member of the <literal>resilio</literal> group.
|
member of the <literal>rslsync</literal> group.
|
||||||
|
|
||||||
Directories in this list should be in the
|
Directories in this list should be in the
|
||||||
<literal>resilio</literal> group, and that group must have
|
<literal>rslsync</literal> group, and that group must have
|
||||||
write access to the directory. It is also recommended that
|
write access to the directory. It is also recommended that
|
||||||
<literal>chmod g+s</literal> is applied to the directory
|
<literal>chmod g+s</literal> is applied to the directory
|
||||||
so that any sub directories created will also belong to
|
so that any sub directories created will also belong to
|
||||||
the <literal>resilio</literal> group. Also,
|
the <literal>rslsync</literal> group. Also,
|
||||||
<literal>setfacl -d -m group:resilio:rwx</literal> and
|
<literal>setfacl -d -m group:rslsync:rwx</literal> and
|
||||||
<literal>setfacl -m group:resilio:rwx</literal> should also
|
<literal>setfacl -m group:rslsync:rwx</literal> should also
|
||||||
be applied so that the sub directories are writable by
|
be applied so that the sub directories are writable by
|
||||||
the group.
|
the group.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user