mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-08 14:13:23 +00:00
Allow graceful shutdown with SIGTERM
This commit is contained in:
@@ -33,3 +33,6 @@ messages are sent to standard output.
|
||||
The purpose of limiting the number of clients (`-m`) is to avoid tying
|
||||
up too many system resources with the tarpit. Clients beyond this limit
|
||||
are left in the accept queue, not rejected instantly.
|
||||
|
||||
A SIGTERM signal will gracefully shut down the daemon, allowing it to
|
||||
write a complete, consistent log.
|
||||
|
||||
Reference in New Issue
Block a user