| Commit message (Collapse) | Author | Files | Lines |
|
|
|
Make sure it refreshes the apt cache before trying to install stuff
|
|
|
|
* Better logging for errors on startup
* Fix "TypeError: '>' not supported" when starting without an existing
certificate
* Fix a bug where an existing certificate would be reprovisoned every day
|
|
|
|
* 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>
|
|
|
|
Co-Authored-By: richvdh <1389908+richvdh@users.noreply.github.com>
|