summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-02 08:39:49 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-17 07:51:24 +0200
commitb23bcd9df00f6c5cf72afec7e557b73c9d1c8a03 (patch)
treeba2e598a071a06303b423f4ed38ea4c6f5069a62
parent6649f56baa7f168d17285321c7f9d7c85bd28336 (diff)
Add debian dependency: libsystemd0watchdog/use-systemd-crate
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--crates/core/tedge_watchdog/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/core/tedge_watchdog/Cargo.toml b/crates/core/tedge_watchdog/Cargo.toml
index 2fdf0368..4cbbe7ee 100644
--- a/crates/core/tedge_watchdog/Cargo.toml
+++ b/crates/core/tedge_watchdog/Cargo.toml
@@ -15,6 +15,7 @@ assets = [
["../../../configuration/init/systemd/tedge-watchdog.service", "/lib/systemd/system/tedge-watchdog.service", "644"],
["target/release/tedge_watchdog", "/usr/bin/tedge_watchdog", "755"],
]
+depends = "libsystemd0"
[dependencies]
anyhow = "1.0"