From: Brendan O'Dea Date: Sun, 12 Jun 2005 05:54:39 +0000 (+0000) Subject: clarify usage of shutdown signals X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~161 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/5282d5ccbd064db26dab99e65e4f521a8a8bbf7e clarify usage of shutdown signals --- diff --git a/Docs/manual.html b/Docs/manual.html index a857d9b..ff7f0b3 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -696,12 +696,14 @@ killall -HUP l2tpns The signals understood are: - +
+
SIGHUP
Reload the config from disk and re-open log file.
+
SIGTERM, SIGINT
Stop process. Tunnels and sessions are not +terminated. This signal should be used to stop l2tpns on a +cluster node where there are other machines to +continue handling traffic.
+
SIGQUIT
Shut down: closes sessions and tunnels.
+

Throttling