From: bodea Date: Sun, 12 Jun 2005 05:54:39 +0000 (+0000) Subject: clarify usage of shutdown signals X-Git-Tag: release_2_1_1~5 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/8261839e1625710ec2c3db3bb569f5dfb5881fa3 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