X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=doc%2Fmanpages%2Fman8%2Fcnid_metad.8.xml;fp=doc%2Fmanpages%2Fman8%2Fcnid_metad.8.xml;h=587694bb3f8c240f3076a2c4ad520aeb1638f71c;hb=530376ceef7d0d5e4187dbf7246bd217782d9e5a;hp=0000000000000000000000000000000000000000;hpb=15da22106694bff9f2fc58da86f0554abb810837;p=netatalk.git diff --git a/doc/manpages/man8/cnid_metad.8.xml b/doc/manpages/man8/cnid_metad.8.xml new file mode 100644 index 00000000..587694bb --- /dev/null +++ b/doc/manpages/man8/cnid_metad.8.xml @@ -0,0 +1,129 @@ + + + + cnid_metad + + 8 + + 23 Mar 2012 + + :NETATALK_VERSION: + + + + cnid_metad + + start cnid_dbd daemons on request + + + + + cnid_metad + cnid_metad + + + -d + + -F configuration file + + + + cnid_metad + cnid_metad + + + + -v + -V + + + + + + DESCRIPTION + + cnid_metad waits for requests from afpd to start up instances of the cnid_dbd daemon. It keeps track of the status of a + cnid_dbd instance once started and will + restart it if necessary. cnid_metad is normally started + at boot time by netatalk(8) and runs + until shutdown. + + + + OPTIONS + + + + + + + + cnid_metad will remain in the foreground + and will also leave the standard input, standard output + and standard error file descriptors open. Useful for + debugging. + + + + + configuration file + + + Use configuration file as the + configuration file. The default is + :ETCDIR:/afp.conf. + + + + + + + + Show version and exit. + + + + + + + CAVEATS + + cnid_metad 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 cnid_dbd's + started by that cnid_metad to exit gracefully. Since + state about and IPC access to the subprocesses is only maintained in + memory by cnid_metad this is desired behaviour. As soon + as cnid_metad is restarted afpd processes will transparently reconnect. + + + + SEE ALSO + + + netatalk + + 8 + , + cnid_dbd + + 8 + , + afpd + + 8 + , + dbd + + 1 + , + afp.conf + + 5 + + +