add notify systemd

This commit is contained in:
houseme
2025-04-09 19:11:31 +08:00
parent c872901269
commit 952f04149f
4 changed files with 45 additions and 5 deletions
+4 -1
View File
@@ -43,7 +43,7 @@ http.workspace = true
http-body.workspace = true
iam = { path = "../iam" }
jsonwebtoken = "9.3.0"
libsystemd = { workspace = true }
libsystemd = { workspace = true, optional = true }
lock.workspace = true
local-ip-address = { workspace = true }
matchit = { workspace = true }
@@ -86,6 +86,9 @@ tower-http.workspace = true
url.workspace = true
uuid = "1.15.1"
[target.'cfg(target_os = "linux")'.dependencies]
libsystemd = "0.7"
[build-dependencies]
prost-build.workspace = true
tonic-build.workspace = true