we always use --nodaemon

This commit is contained in:
Jean-Paul Calderone 2020-12-12 18:23:01 -05:00
parent 25c98d7421
commit 39631a90bf

View File

@ -216,5 +216,4 @@ def run(config):
# We always pass --nodaemon so twistd.runApp does not daemonize.
print("running node in %s" % (quoted_basedir,), file=out)
twistd.runApp(twistd_config)
# we should only reach here if --nodaemon or equivalent was used
return 0