From ba9d92cce080732acdd55d92307cb3d2fe29ddd9 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Fri, 13 Jan 2023 14:15:25 +0000 Subject: deploy: 1caf16a4509fef337b49a8c9d08cdc4494447d7d --- develop/usage/configuration/config_documentation.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index d0f616f54c..9c4d014f76 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3582,6 +3582,20 @@ other workers.

- names: [client, federation]
+

worker_manhole

+

A worker may have a listener for manhole. +It allows server administrators to access a Python shell on the worker.

+

Example configuration:

+
worker_manhole: 9000
+
+

This is a short form for:

+
worker_listeners:
+  - port: 9000
+    bind_addresses: ['127.0.0.1']
+    type: manhole
+
+

It needs also an additional manhole_settings configuration.

+

worker_daemonize

Specifies whether the worker should be started as a daemon process. If Synapse is being managed by systemd, this option -- cgit 1.5.1