From 8261839e1625710ec2c3db3bb569f5dfb5881fa3 Mon Sep 17 00:00:00 2001 From: bodea Date: Sun, 12 Jun 2005 05:54:39 +0000 Subject: [PATCH] clarify usage of shutdown signals --- Docs/manual.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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

-- 2.20.1