Skip to content
Snippets Groups Projects
Commit 67caa148 authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

doc/knotd: document accepted signals

parent a9b52128
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,11 @@ Print the program help.
\fB\-V\fP, \fB\-\-version\fP
Print the program version.
.UNINDENT
.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.
.SH EXIT VALUES
.sp
Exit status of 0 means successful operation. Any other exit status indicates
......
......@@ -42,6 +42,13 @@ Parameters
**-V**, **--version**
Print the program version.
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.
Exit values
-----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment