From de2f4076802fa462b30d7dc0b46eb8f36462068a Mon Sep 17 00:00:00 2001 From: Tyler Treat Date: Tue, 27 Jun 2017 13:56:03 -0500 Subject: [PATCH] Fix signal table in README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a84951646..fd6af34788 100644 --- a/README.md +++ b/README.md @@ -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: