File: keyd.8

package info (click to toggle)
onak 0.3.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,088 kB
  • ctags: 606
  • sloc: ansic: 8,673; perl: 276; makefile: 131; sh: 36; sql: 21
file content (29 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (2)
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
.TH KEYD 8
.SH NAME
keyd \- Backend key serving daemon for the onak PGP keyserver 
.SH SYNOPSIS
.PP
.B keyd
.SH DESCRIPTION
.PP
keyd is a backend daemon for the onak PGP keyserver. It listens on a Unix
socket for connections from the various CGI and mail front ends and
handles talking to the backend database. It is intended to be of use in
high load keyservers to reduce the time spent in connecting and
disconnecting from the key database.
.PP
keyd is currently fairly alpha code; it is only recommended that you use
it if you know what you are doing.
.SH FILES
.br
.nf
.\" set tabstop to longest possible filename, plus a wee bit
.ta \w'/usr/lib/perl/getopts.pl   'u
\fI/etc/onak.conf\fR	default configuration file
.SH NOTES
This man page could probably do with some more details.
.SH "SEE ALSO"
.BR onak (1)
.SH AUTHOR
onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at
http://www.earth.li/projectpurple/progs/onak.html