Updated Graceful shutdown and restart (markdown)
parent
e31c813985
commit
15189ac84d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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.
|
On Windows, please use `SIGTERM` instead.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue