mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
construct: Minor README paragraph order.
This commit is contained in:
parent
184d00f985
commit
9db0871c2f
1 changed files with 5 additions and 5 deletions
|
@ -23,6 +23,11 @@ event loop for execution at the next event slice. This is how signal safety
|
|||
is achieved. Furthermore, according to boost docs, when signals are used
|
||||
this way they can be compatible with windows environments.
|
||||
|
||||
##### SIGQUIT
|
||||
|
||||
A `ctrl-\` to Construct will cleanly shut down the server. It will not generate
|
||||
a coredump.
|
||||
|
||||
##### SIGINT
|
||||
|
||||
A `ctrl-c` to Construct will bring up the command line console interface. It
|
||||
|
@ -42,11 +47,6 @@ A "HangUP" to Construct is only relevant to the command line console, and
|
|||
signals it to close like an `EOF`. The legacy functionality for reloading
|
||||
server configuration et al is moved to `SIGUSR1`.
|
||||
|
||||
##### SIGQUIT
|
||||
|
||||
A `ctrl-\` to Construct will cleanly shut down the server. It will not generate
|
||||
a coredump.
|
||||
|
||||
##### SIGUSR1
|
||||
|
||||
This signal commands the server to reload and refresh various aspects of its
|
||||
|
|
Loading…
Reference in a new issue