mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 18:20:29 +01: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>
|
||||
</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>
|
||||
<title>DEBUGGING</title>
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue