Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

synctl should have a --no-daemonize option #4130

@richvdh

Description

@richvdh

Sometimes it's useful to be able to run synapse in the foreground for debugging. You can do this by running python -m synapse.app.homeserver directly, but that means you don't get quite the same environment as synctl gives you, and in any case it's opaque for users.

We should give synctl a --no-daemonize option, which makes it run synapse without the --daemonize option.

(It would be an error to try to set --no-daemonize and --all-processes at the same time)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Z-Help-WantedWe know exactly how to fix this issue, and would be grateful for any contribution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions