OS signals , PID file

This commit is contained in:
Ara Sadoyan
2026-06-02 19:56:08 +02:00
parent f6a2df44d0
commit 4a6e1d817b
4 changed files with 16 additions and 15 deletions

10
Cargo.lock generated
View File

@@ -154,6 +154,7 @@ dependencies = [
"rcgen",
"reqwest",
"rustls-pemfile",
"sd-notify",
"serde",
"serde_json",
"serde_yml",
@@ -3404,6 +3405,15 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sd-notify"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4ef7359e694bfaf1dd27a30f9d760b54c00dfae9f19bd0c05a39bc9128fe76"
dependencies = [
"libc",
]
[[package]]
name = "sec1"
version = "0.7.3"