In `bin/ethlambda/src/main.rs` we have: ```rust tokio::signal::ctrl_c().await.ok(); ``` We have to make sure we stop genservers gracefully.