0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-25 09:58:54 +02:00

construct: Minor README paragraph order.

This commit is contained in:
Jason Volk 2018-04-04 12:01:44 -07:00
parent 184d00f985
commit 9db0871c2f

View file

@ -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 is achieved. Furthermore, according to boost docs, when signals are used
this way they can be compatible with windows environments. 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 ##### SIGINT
A `ctrl-c` to Construct will bring up the command line console interface. It 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 signals it to close like an `EOF`. The legacy functionality for reloading
server configuration et al is moved to `SIGUSR1`. 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 ##### SIGUSR1
This signal commands the server to reload and refresh various aspects of its This signal commands the server to reload and refresh various aspects of its