From 15189ac84deffec04f0e7dbcdc68fbb606749727 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 28 Mar 2015 18:42:55 +0800 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 bce86a2..9cd4f55 100644 --- a/Graceful-shutdown-and-restart.md +++ b/Graceful-shutdown-and-restart.md @@ -2,7 +2,7 @@ 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. -If you are using workers, send `SIGQUIT` to master process. +If you are using workers, send `SIGQUIT` to the master process. On Windows, please use `SIGTERM` instead.