mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 09:00:44 -05:00
Start creating a module to do generic notifications (just prints them to stdout currently!)
This commit is contained in:
parent
493055731e
commit
74c3879760
12 changed files with 449 additions and 3 deletions
|
|
@ -242,6 +242,8 @@ def setup():
|
|||
bind_port = None
|
||||
hs.start_listening(bind_port, config.unsecure_port)
|
||||
|
||||
hs.get_pusherpool().start()
|
||||
|
||||
if config.daemonize:
|
||||
print config.pid_file
|
||||
daemon = Daemonize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue