Created Graceful shutdown and restart (markdown)
parent
896751f953
commit
10bb07f682
1 changed files with 3 additions and 0 deletions
3
Graceful-shutdown-and-restart.md
Normal file
3
Graceful-shutdown-and-restart.md
Normal file
|
@ -0,0 +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.
|
Loading…
Add table
Add a link
Reference in a new issue