]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc/knotd: document the use of a SIGUSR1 signal (reload all zones)
authorDavid Vašek <david.vasek@nic.cz>
Tue, 1 Feb 2022 16:56:10 +0000 (17:56 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 2 Feb 2022 13:01:26 +0000 (14:01 +0100)
doc/man/knotd.8in
doc/man_knotd.rst

index 2e0a2a9b308e19a6a39c16bacc62e939213f03ba..87b10230d3482e8e38be712776e3d360f29a17f0 100644 (file)
@@ -71,8 +71,9 @@ Print the program version.
 .SS Signals
 .sp
 If the \fIknotd\fP process receives a SIGHUP signal, it reloads its configuration and
-reopens the log files, if they are configured. Upon receiving a SIGINT signal,
-\fIknotd\fP exits.
+reopens the log files, if they are configured. When \fIknotd\fP recieves a SIGUSR1
+signal, it reloads all configured zones. Upon receiving a SIGINT signal, \fIknotd\fP
+exits.
 .SH EXIT VALUES
 .sp
 Exit status of 0 means successful operation. Any other exit status indicates
index 3b168a6623d424b16d7d00929394134140e91e30..5c699cc07bfa8ce127ce5bb5f34d4ebcba63c3ae 100644 (file)
@@ -49,8 +49,9 @@ Signals
 .......
 
 If the `knotd` process receives a SIGHUP signal, it reloads its configuration and
-reopens the log files, if they are configured. Upon receiving a SIGINT signal,
-`knotd` exits.
+reopens the log files, if they are configured. When `knotd` recieves a SIGUSR1
+signal, it reloads all configured zones. Upon receiving a SIGINT signal, `knotd`
+exits.
 
 Exit values
 -----------