diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-19 14:52:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 14:52:52 +0000 |
commit | 0b794cbd7b232b42a2d726e6ab6c698d4bf35093 (patch) | |
tree | cf717a99e681426e39274c5b5ac0c3612ff90906 /changelog.d | |
parent | Add an export_signing_key script (#6546) (diff) | |
download | synapse-0b794cbd7b232b42a2d726e6ab6c698d4bf35093.tar.xz |
Fix sdnotify with acme enabled (#6571)
If acme was enabled, the sdnotify startup hook would never be run because we would try to add it to a hook which had already fired. There's no need to delay it: we can sdnotify as soon as we've started the listeners.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6571.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6571.bugfix b/changelog.d/6571.bugfix new file mode 100644 index 0000000000..e38ea7b4f7 --- /dev/null +++ b/changelog.d/6571.bugfix @@ -0,0 +1 @@ +Fix a bug which meant that we did not send systemd notifications on startup if acme was enabled. |