| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
matrix-synapse service"
This reverts commit 0d754ef4cf4a3a697b2c8e002bf3a9ac64af527f.
|
|
|
|
| |
This reverts all the commits made to harden service files till now.
|
|
|
| |
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
|
|
|
|
| |
matrix-synapse service
|
|
|
|
|
|
|
|
| |
This ensures systemctl start matrix-synapse returns only after synapse
is actually started, which is very useful for automated deployments.
Fixes #5761
Signed-off-by: Dexter Chua <dec41@srcf.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|