Documentation update
This commit is contained in:
parent
61ff1b2b0a
commit
0c477eb38f
@ -88,7 +88,7 @@ in
|
|||||||
use <literal>systemctl start btsync@user</literal> to start
|
use <literal>systemctl start btsync@user</literal> to start
|
||||||
the daemon only for user <literal>user</literal>, using the
|
the daemon only for user <literal>user</literal>, using the
|
||||||
configuration file located at
|
configuration file located at
|
||||||
<literal>$HOME/.config/btsync.conf</literal>
|
<literal>$HOME/.config/btsync.conf</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -223,6 +223,21 @@ in
|
|||||||
--generate-secret</literal>. Note that this secret will be
|
--generate-secret</literal>. Note that this secret will be
|
||||||
put inside the Nix store, so it is realistically not very
|
put inside the Nix store, so it is realistically not very
|
||||||
secret.
|
secret.
|
||||||
|
|
||||||
|
If you would like to be able to modify the contents of this
|
||||||
|
directories, it is recommended that you make your user a
|
||||||
|
member of the <literal>btsync</literal> group.
|
||||||
|
|
||||||
|
Directories in this list should be in the
|
||||||
|
<literal>btsync</literal> group, and that group must have
|
||||||
|
write access to the directory. It is also recommended that
|
||||||
|
<literal>chmod g+s</literal> is applied to the directory
|
||||||
|
so that any sub directories created will also belong to
|
||||||
|
the <literal>btsync</literal> group. Also,
|
||||||
|
<literal>setfacl -d -m group:btsync:rwx</literal> and
|
||||||
|
<literal>setfacl -m group:btsync:rwx</literal> should also
|
||||||
|
be applied so that the sub directories are writable by
|
||||||
|
the group.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user