mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Change the exit code to 130 when Ctrl-Ced
This commit is contained in:
parent
04a24a9239
commit
1fdfa3f208
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ async fn try_main() -> anyhow::Result<()> {
|
|||
|
||||
tokio::spawn(async move {
|
||||
tokio::signal::ctrl_c().await.unwrap();
|
||||
std::process::exit(77);
|
||||
std::process::exit(130);
|
||||
});
|
||||
|
||||
run_http(index_scheduler, auth_controller, opt, log_handle, Arc::new(analytics)).await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue