Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-14 | implement `reload` by sending the HUP signal (#4622) | Дамјан Георгиевски | 2 | -0/+7 | |
* 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> | |||||
2019-02-13 | 0.99.1rc2 |