diff options
author | drebs <drebs@riseup.net> | 2017-09-05 11:36:45 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-05 11:39:33 -0300 |
commit | cadcfbd2ed6c1e7a680bab6ec1a9e9aa9d829910 (patch) | |
tree | e4333d42c86b92bd53df822d82c984d77e9160c4 /docs/server.rst | |
parent | e158b913adf7ed72c61aad1e4370b7f3f2ad8349 (diff) |
[doc] update server startup doc
Diffstat (limited to 'docs/server.rst')
-rw-r--r-- | docs/server.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/server.rst b/docs/server.rst index bec552cd..2317908d 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -14,9 +14,7 @@ twistd command. To start the soledad server, run: .. code-block:: bash - twistd -n web \ - --class=leap.soledad.server.entrypoint.SoledadEntrypoint \ - --port=X + twistd -n --python /path/to/leap/soledad/server/server.tac An systemd script is included and will be installed system wide to make it feasible to start and stop the Soledad server service using a standard |