Skip to content
Snippets Groups Projects
configure_workers_and_start.py 40.5 KiB
Newer Older
  • Learn to ignore specific revisions
  •         log("Could not find %s, will not use" % (jemallocpath,))
    
    
        # Start supervisord, which will start Synapse, all of the configured worker
        # processes, redis, nginx etc. according to the config we created above.
    
            "/usr/local/bin/supervisord",
            "supervisord",
            "-c",
            "/etc/supervisor/supervisord.conf",
    
    
    
    if __name__ == "__main__":
        main(sys.argv, os.environ)