butcher/main: notify the watchdog

This commit is contained in:
Astro 2023-01-22 21:02:43 +01:00
parent 5e23be5914
commit e3cfc62949
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ async fn main() {
if ! update_set.is_empty() {
trend_setter_tx.send(update_set).await.unwrap();
}
cave::systemd::watchdog();
}
}).await;
}