mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 00:16:35 -05:00
Only print the pidfile path on startup if requested by a commandline flag
This commit is contained in:
parent
8049c9a71e
commit
efe60d5e8c
2 changed files with 9 additions and 1 deletions
|
|
@ -657,7 +657,8 @@ def run(hs):
|
|||
|
||||
if hs.config.daemonize:
|
||||
|
||||
print hs.config.pid_file
|
||||
if hs.config.print_pidfile:
|
||||
print hs.config.pid_file
|
||||
|
||||
daemon = Daemonize(
|
||||
app="synapse-homeserver",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue