Skip to content

Commit 635aebe

Browse files
authored
actix-server: fix UNIX signal handling documentation (#455)
1 parent 4c1e581 commit 635aebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-server/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub(crate) enum ServerCommand {
6666
/// server has fully shut down.
6767
///
6868
/// # Shutdown Signals
69-
/// On UNIX systems, `SIGQUIT` will start a graceful shutdown and `SIGTERM` or `SIGINT` will start a
69+
/// On UNIX systems, `SIGTERM` will start a graceful shutdown and `SIGQUIT` or `SIGINT` will start a
7070
/// forced shutdown. On Windows, a Ctrl-C signal will start a forced shutdown.
7171
///
7272
/// A graceful shutdown will wait for all workers to stop first.

0 commit comments

Comments
 (0)