diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-15 10:35:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 10:35:38 +0000 |
commit | b0fa3f6ff3a84c66a2cd6b8e18413fe051ff257f (patch) | |
tree | eda8410722f1f740778c723886d7abc33f8747d1 /changelog.d | |
parent | Add systemd setup that supports workers (#4662) (diff) | |
parent | Correctly handle all command line options (diff) | |
download | synapse-b0fa3f6ff3a84c66a2cd6b8e18413fe051ff257f.tar.xz |
Merge pull request #4853 from matrix-org/erikj/worker_docker_ci
Allow passing --daemonize to workers
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4853.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4853.feature b/changelog.d/4853.feature new file mode 100644 index 0000000000..360f92e1de --- /dev/null +++ b/changelog.d/4853.feature @@ -0,0 +1 @@ +Allow passing --daemonize flags to workers in the same way as with master. |