diff options
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 |