systemd Ready/Stopping notification

This commit is contained in:
Scott Lamb
2023-10-19 21:34:28 -07:00
parent ee98bf5236
commit 89ee2d0269
5 changed files with 45 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ uuid = { version = "1.1.2", features = ["serde", "std", "v4"] }
flate2 = "1.0.26"
git-version = "0.3.5"
[target.'cfg(target_os = "linux")'.dependencies]
libsystemd = "0.6.0"
[build-dependencies]
blake3 = "1.0.0"
fnv = "1.0"