mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-24 03:14:37 -04:00
implement reload
by sending the HUP signal (#4622)
* implement `reload` by sending the HUP signal According to the 0.99 release info* synapse now uses the HUP signal to reload certificates: > Synapse will now reload TLS certificates from disk upon SIGHUP. (#4495, #4524) So the matrix-synapse.service unit file should include a reload directive. Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com>
This commit is contained in:
parent
3bc238629e
commit
a214ba93e0
2 changed files with 7 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
matrix-synapse-py3 (0.99.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Added ExecReload= in service unit file to send a HUP signal
|
||||
|
||||
-- Damjan Georgievski <gdamjan@gmail.com> Thu, 14 Feb 2019 12:53:13 +0000
|
||||
|
||||
matrix-synapse-py3 (0.99.0) stable; urgency=medium
|
||||
|
||||
* New synapse release 0.99.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue