We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1e581 commit 635aebeCopy full SHA for 635aebe
actix-server/src/server.rs
@@ -66,7 +66,7 @@ pub(crate) enum ServerCommand {
66
/// server has fully shut down.
67
///
68
/// # Shutdown Signals
69
-/// On UNIX systems, `SIGQUIT` will start a graceful shutdown and `SIGTERM` or `SIGINT` will start a
+/// On UNIX systems, `SIGTERM` will start a graceful shutdown and `SIGQUIT` or `SIGINT` will start a
70
/// forced shutdown. On Windows, a Ctrl-C signal will start a forced shutdown.
71
72
/// A graceful shutdown will wait for all workers to stop first.
0 commit comments