Skip to content

Commit

Permalink
Fix signal table in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Jun 27, 2017
1 parent 19d17b2 commit de2f407
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit de2f407

Please sign in to comment.