]> arthur.barton.de Git - netatalk.git/blob - man/man8/cnid_metad.8.tmpl
Merge remote branch 'sf/branch-allea' into branch-allea
[netatalk.git] / man / man8 / cnid_metad.8.tmpl
1 '\" t
2 .\"     Title: cnid_metad
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 22 Mar 2012
6 .\"    Manual: Netatalk 3.0
7 .\"    Source: Netatalk 3.0
8 .\"  Language: English
9 .\"
10 .TH "CNID_METAD" "8" "22 Mar 2012" "Netatalk 3.0" "Netatalk 3.0"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 cnid_metad \- start cnid_dbd daemons on request
23 .SH "SYNOPSIS"
24 .HP \w'\fBcnid_metad\fR\fB\fR\fBcnid_metad\fR\fB\fR\ 'u
25 \fBcnid_metad\fR\fB\fR [\-d] [\-F\ \fIconfiguration\ file\fR]
26 .br
27 \fBcnid_metad\fR\fB\fR \-v | \-V 
28 .SH "DESCRIPTION"
29 .PP
30 \fBcnid_metad\fR
31 waits for requests from
32 \fBafpd\fR
33 to start up instances of the
34 \fBcnid_dbd\fR
35 daemon\&. It keeps track of the status of a
36 \fBcnid_dbd\fR
37 instance once started and will restart it if necessary\&.
38 \fBcnid_metad\fR
39 is normally started at boot time from
40 /etc/rc
41 or equivalent and runs until shutdown\&.
42 .SH "OPTIONS"
43 .PP
44 \fB\-d\fR
45 .RS 4
46 \fBcnid_metad will remain in the foreground and\fR
47 will also leave the standard input, standard output and standard error file descriptors open\&. Useful for debugging\&.
48 .RE
49 .PP
50 \fB\-F\fR \fIconfiguration file\fR
51 .RS 4
52 Use
53 \fIconfiguration file\fR
54 as the configuration file\&. The default is
55 \fI:ETCDIR:/afp\&.conf\fR\&.
56 .RE
57 .PP
58 \fB\-v, \-V\fR
59 .RS 4
60 Show version and exit\&.
61 .RE
62 .SH "CAVEATS"
63 .PP
64 \fBcnid_metad\fR
65 does not block or catch any signals apart from SIGPIPE\&. It will therefore exit on most signals received\&. This will also cause all instances of
66 \fBcnid_dbd\'s\fR
67 started by that
68 \fBcnid_metad\fR
69 to exit gracefully\&. Since state about and IPC access to the subprocesses is only maintained in memory by
70 \fBcnid_metad\fR
71 this is desired behaviour\&. As soon as
72 \fBcnid_metad\fR
73 is restarted
74 \fBafpd\fR
75 processes will transparently reconnect\&.
76 .SH "SEE ALSO"
77 .PP
78 \fBcnid_dbd\fR(8),
79 \fBafpd\fR(8),
80 \fBdbd\fR(1),
81 \fBafp.conf\fR(5)