From ba9d92cce080732acdd55d92307cb3d2fe29ddd9 Mon Sep 17 00:00:00 2001
From: erikjohnston
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