diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-04-30 17:12:15 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-04-30 17:12:15 +0100 |
commit | c95480963eed26af347c0d9a0ca47438b227e6ab (patch) | |
tree | 8c359425a0031e150e17b2e075c54c71b0c832bf /README.rst | |
parent | Can't specify bind-port on the cmdline anymore (diff) | |
download | synapse-c95480963eed26af347c0d9a0ca47438b227e6ab.tar.xz |
read the pid_file from the config file in synctl
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index aad74585a4..c434262252 100644 --- a/README.rst +++ b/README.rst @@ -318,7 +318,7 @@ ArchLinux If running `$ synctl start` fails with 'returned non-zero exit status 1', you will need to explicitly call Python2.7 - either running as:: - $ python2.7 -m synapse.app.homeserver --daemonize -c homeserver.yaml --pid-file homeserver.pid + $ python2.7 -m synapse.app.homeserver --daemonize -c homeserver.yaml ...or by editing synctl with the correct python executable. |