Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions asus-shutdown/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
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 {
Expand Down