clarify usage of shutdown signals
This commit is contained in:
parent
49a53c9103
commit
5282d5ccbd
1 changed files with 8 additions and 6 deletions
|
|
@ -696,12 +696,14 @@ killall -HUP l2tpns
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
The signals understood are:
|
The signals understood are:
|
||||||
<UL>
|
<DL>
|
||||||
<LI>SIGHUP - Reload the config from disk and re-open log file</LI>
|
<DT>SIGHUP</DT><DD>Reload the config from disk and re-open log file.</DD>
|
||||||
<LI>SIGTERM / SIGINT - Shut down.</LI>
|
<DT>SIGTERM, SIGINT</DT><DD>Stop process. Tunnels and sessions are not
|
||||||
<LI>SIGQUIT - Shut down cleanly. This will send a disconnect message for
|
terminated. This signal should be used to stop l2tpns on a
|
||||||
every active session and tunnel before shutting down.</LI>
|
<A HREF="#Clustering">cluster node</A> where there are other machines to
|
||||||
</UL>
|
continue handling traffic.</DD>
|
||||||
|
<DT>SIGQUIT</DT><DD>Shut down: closes sessions and tunnels.</DD>
|
||||||
|
</DL>
|
||||||
|
|
||||||
<H2 ID="Throttling">Throttling</H2>
|
<H2 ID="Throttling">Throttling</H2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue