Fix signal table in README

This commit is contained in:
Tyler Treat
2017-06-27 13:56:03 -05:00
committed by GitHub
parent 19d17b2ab3
commit de2f407680

View File

@@ -83,17 +83,12 @@ Hello World
On Unix systems, the NATS server responds to the following signals:
+---------+---------------------------------------+
| Signal | Result |
+---------+---------------------------------------+
| ------- | --------------------------------------|
| SIGKILL | Kills the process immediately |
+---------+---------------------------------------+
| SIGINT | Stops the server gracefully |
+---------+---------------------------------------+
| SIGUSR1 | Reopens the log file for log rotation |
+---------+---------------------------------------+
| SIGHUP | Reloads server configuration file |
+---------+---------------------------------------+
The `gnatsd` binary can be used to send these signals to running NATS servers using the `-sl` flag: