aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-im/py-matrix-synapse/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/files/pkg-message.in b/net-im/py-matrix-synapse/files/pkg-message.in
index 3b9faa8e8e3d..57aca62a2394 100644
--- a/net-im/py-matrix-synapse/files/pkg-message.in
+++ b/net-im/py-matrix-synapse/files/pkg-message.in
@@ -12,7 +12,7 @@ If you wish to have Synapse handle this for you including generation of
self-signed TLS certificates and dhparams you can use the following
command:
-%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config --server-name=example.com
+%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config --server-name=example.com --report-stats=false
Please note that you will still need to manually configure paths to log
directory, database, and media storage with this method.