summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-10-05 11:54:56 +0200
committervarac <varacanero@zeromail.org>2015-10-05 14:03:44 +0200
commit147986547f400f79e8bc0d50af5ae7b5d2a140b4 (patch)
tree93e9db738ba5c7b8a3ef0fdebe5be1ca5a646040 /README.rst
parent2121d21945ef7458eb57c3cab53a98b92fce1417 (diff)
[feat] Move config dir to /etc/soledad
- Resolves: #7509
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 631f90bb..815db808 100644
--- a/README.rst
+++ b/README.rst
@@ -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.