Update Debian Vcs-* fields to point to git repository
[onak.git] / keyd.8
1 .TH KEYD 8
2 .SH NAME
3 keyd \- Backend key serving daemon for the onak PGP keyserver 
4 .SH SYNOPSIS
5 .PP
6 .B keyd
7 [
8 .B options
9 ]
10 .SH DESCRIPTION
11 .PP
12 keyd is a backend daemon for the onak PGP keyserver. It listens on a Unix
13 socket for connections from the various CGI and mail front ends and
14 handles talking to the backend database. It is intended to be of use in
15 high load keyservers to reduce the time spent in connecting and
16 disconnecting from the key database.
17 .PP
18 keyd is currently fairly alpha code; it is only recommended that you use
19 it if you know what you are doing.
20 .SS "Options"
21 .TP
22 \fB\-c \fIFILE\fR\fR
23 Use \fIFILE\fR as the config file instead of the default.
24 .TP
25 \fB\-f\fR
26 Run in the foreground rather than forking and daemonising.
27 .TP
28 \fB\-h\fR
29 Display help text.
30 .SH FILES
31 .br
32 .nf
33 .\" set tabstop to longest possible filename, plus a wee bit
34 .ta \w'/usr/lib/perl/getopts.pl   'u
35 \fI/etc/onak.conf\fR    default configuration file
36 .SH NOTES
37 This man page could probably do with some more details.
38 .SH "SEE ALSO"
39 .BR onak (1)
40 .SH AUTHOR
41 onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at
42 http://www.earth.li/projectpurple/progs/onak.html