1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update process-signaling.md

This commit is contained in:
Ginger Collison 2019-05-23 13:25:40 -05:00 committed by GitHub
parent d99ac4369a
commit 6003cccd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ On Unix systems, the NATS Streaming Server responds to the following signals:
| SIGINT, SIGTERM | Stops the server gracefully |
| SIGUSR1 | Reopens the log file for log rotation |
The `nats-streaming-server` binary can be used to send these signals to running NATS Streaming Servers using the `-sl` flag:
The `nats-streaming-server` binary can be used to send these signals to run NATS Streaming Servers using the `-sl` flag:
```sh
# Reopen log file for log rotation