mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:44:52 -04:00
Allow passing --daemonize to workers
This commit is contained in:
parent
7998ca3a66
commit
72bfaf746d
2 changed files with 11 additions and 1 deletions
|
@ -57,3 +57,7 @@ class WorkerConfig(Config):
|
|||
bind_addresses.append(bind_address)
|
||||
elif not bind_addresses:
|
||||
bind_addresses.append('')
|
||||
|
||||
def read_arguments(self, args):
|
||||
if args.daemonize is not None:
|
||||
self.worker_daemonize = args.daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue