Skip to content

Commit

Permalink
Update spawn.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Oppermann <[email protected]>
  • Loading branch information
haixuanTao and phil-opp authored Nov 14, 2024
1 parent ce4a6ab commit abfacd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/daemon/src/spawn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub async fn spawn_node(
}
}

// Set the process group to 0 to ensure that the spawned process does not spawn immediately on CTRL-C
// Set the process group to 0 to ensure that the spawned process does not exit immediately on CTRL-C
#[cfg(unix)]
command.process_group(0);

Expand Down

0 comments on commit abfacd0

Please sign in to comment.