diff options
author | varac <varacanero@zeromail.org> | 2015-10-05 11:54:56 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-10-05 14:03:44 +0200 |
commit | 147986547f400f79e8bc0d50af5ae7b5d2a140b4 (patch) | |
tree | 93e9db738ba5c7b8a3ef0fdebe5be1ca5a646040 /README.rst | |
parent | 2121d21945ef7458eb57c3cab53a98b92fce1417 (diff) |
[feat] Move config dir to /etc/soledad
- Resolves: #7509
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ The debian package will do the following in order to automate this: * grant restricted sudo access, that only enables user ``soledad`` to call this exact command via ``soledad-admin`` user. -The server side process, configured via ``/etc/leap/soledad-server.conf``, will +The server side process, configured via ``/etc/soledad/soledad-server.conf``, will then use a parameter called 'create_cmd' to know which command is used to allocate new databases. All steps of creation process is then handled automatically by the server, following the same logic as u1db server. |