mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
man: document the effects of supported signals
This commit is contained in:
parent
1e90ef2043
commit
9bc5600aa4
1 changed files with 31 additions and 0 deletions
|
|
@ -396,6 +396,37 @@
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>SIGNALS</title>
|
||||||
|
<para>
|
||||||
|
NetworkManager process handles the following signals:
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>SIGHUP</varname></term>
|
||||||
|
<listitem><para>
|
||||||
|
The signal causes a reload of NetworkManager's configuration.
|
||||||
|
Note that not all configuration parameters can be changed at
|
||||||
|
runtime and therefore some changes may be applied only after
|
||||||
|
the next restart of the daemon. The signal also forces a
|
||||||
|
rewrite of DNS configuration.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>SIGUSR1</varname></term>
|
||||||
|
<listitem><para>
|
||||||
|
The signal forces a rewrite of DNS configuration.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>SIGUSR2</varname></term>
|
||||||
|
<listitem><para>
|
||||||
|
The signal has no effect at the moment.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>DEBUGGING</title>
|
<title>DEBUGGING</title>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue