blob: b158c6e63cd266bfc81c4854afb850cd1af638cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.TH "knotd" "8" "@RELEASE_DATE@" "CZ.NIC Labs" "Knot DNS, version @VERSION@"
.SH NAME
.B knotd
\- Knot DNS server daemon
.SH SYNOPSIS
.B knotd
[\fIparameters\fR]
.SH DESCRIPTION
.SS "Parameters:"
.TP
\fB\-c\fR, \fB\-\-config\fR \fIfile\fR
Select configuration file.
.TP
\fB\-d\fR, \fB\-\-daemonize\fR=[\fIdir\fR]
Run server as a daemon. Working directory may be set.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Verbose mode \- additional runtime information.
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version of the server.
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help and usage.
.SH "SEE ALSO"
.BR knotc (8)
.SH NOTE
The full documentation for \fBKnot DNS\fR is maintained
as a Texinfo manual. If the \fBinfo\fR program is properly
installed at your site, the \fBinfo\ Knot\fR command should
give you an access to the complete manual.
|