Reload TLS config on SIGHUP

This commit is contained in:
Lambda 2024-09-26 16:29:03 -07:00 committed by Charles Hall
parent 39880cc6ac
commit 94d523ebcb
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 78 additions and 15 deletions

View file

@ -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"]