mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fix signal table in README
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user