diff --git a/butcher/src/main.rs b/butcher/src/main.rs index c66e874..cdb36c0 100644 --- a/butcher/src/main.rs +++ b/butcher/src/main.rs @@ -52,5 +52,9 @@ async fn main() { cave::systemd::watchdog(); }); + + futures::future::ready(()) }).await; + + panic!("End") }