mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Reload TLS config on SIGHUP
This commit is contained in:
parent
39880cc6ac
commit
94d523ebcb
4 changed files with 78 additions and 15 deletions
|
|
@ -144,7 +144,7 @@ trust-dns-resolver = "0.23.2"
|
|||
xdg = "2.5.2"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { version = "0.29", features = ["resource"] }
|
||||
nix = { version = "0.29", features = ["resource", "time"] }
|
||||
|
||||
[features]
|
||||
default = ["rocksdb", "sqlite", "systemd"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue