From da7a7ffff53147cd8ed2c56ce2b3c0b1466303a2 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 16 Dec 2014 08:06:17 -0800 Subject: [PATCH] Updated Graceful shutdown and restart (markdown) --- Graceful-shutdown-and-restart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Graceful-shutdown-and-restart.md b/Graceful-shutdown-and-restart.md index cabb160..461e8a2 100644 --- a/Graceful-shutdown-and-restart.md +++ b/Graceful-shutdown-and-restart.md @@ -4,4 +4,6 @@ You can send `SIGQUIT` to sslocal or ssserver process. The process closes listen If you are using workers, send `SIGQUIT` to master process. -On Windows, please use `SIGTERM` instead. \ No newline at end of file +On Windows, please use `SIGTERM` instead. + +Notice: only [some versions](https://github.com/clowwindy/shadowsocks/wiki/Feature-Comparison-across-Different-Versions) support this feature. \ No newline at end of file