From 8b56622d85e06ae23ab8555e16717d4174f6e4d3 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 13 Sep 2014 01:01:21 -0700 Subject: [PATCH] Updated Graceful shutdown and restart (markdown) --- Graceful-shutdown-and-restart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graceful-shutdown-and-restart.md b/Graceful-shutdown-and-restart.md index ef86e14..ce2bad1 100644 --- a/Graceful-shutdown-and-restart.md +++ b/Graceful-shutdown-and-restart.md @@ -1,3 +1,3 @@ Shadowsocks supports graceful shutdown like nginx. -You can send SIGQUIT to sslocal or ssserver process. The process closes listening sockets but still serves alive connections, allowing you to start a new process on the same port. When all connections on the old process are closed, it will then exit. \ No newline at end of file +You can send `SIGQUIT` to sslocal or ssserver process. The process closes listening sockets but still serves alive connections, allowing you to start a new process on the same port. When all connections on the old process are closed, it will then exit. \ No newline at end of file