cnid_metad
-l <loglevel> [-f <filename>]
Note: cnid_metad passes this to cnid_dbd which will in turn use this for its logging setup.
loglevels: LOG_SEVERE, LOG_ERROR, LOG_WARN, LOG_NOTE, LOG_INFO, LOG_DEBUG, LOG_DEBUG6, LOG_DEBUG7, LOG_DEBUG8, LOG_DEBUG9, LOG_MAXDEBUG
Example. Useful default config
-l log_info -f /var/log/afpd.log
Example. Debugging config
-l log_maxdebug -f /var/log/afpd.log
-d
-h hostname
-p port
-u user
-g group
-s cnid_dbd pathname
The number of cnid_dbd subprocecesses is currently limited to 512.
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.