diff --git a/asus-shutdown/src/main.rs b/asus-shutdown/src/main.rs index 1b80818c..569fc485 100644 --- a/asus-shutdown/src/main.rs +++ b/asus-shutdown/src/main.rs @@ -96,8 +96,8 @@ async fn main() -> Result<(), Box> { loop { tokio::select! { _ = sigterm.recv() => { - warn!("Received SIGTERM"); - warn!("Deferring exit until deferred shutdown apply reaches a safe completion point"); + warn!("Received SIGTERM, exiting cleanly"); + break; } event = shutdown_events.next() => { match event {