Next: CfgSelf, Up: Configuration
Those options are in the root of configuration dictionary.
spool: /var/spool/nncp
log: /var/spool/nncp/log
# All of options below are optional
umask: "022"
noprogress: true
nohdr: true
# MultiCast Discovery
mcd-listen: ["em0", "igb1"]
mcd-send: {em0: 60, igb1: 5}
spoolAbsolute path to the spool directory.
logEither:
FD:XXX, where XXX is a decimal file descriptor
to write records too
umaskWill force all invoked commands to override their umask to specified octal mask. Useful for using with shared spool directories.
noprogressWhen enabled, disables progress showing for many commands by default. You can always force its showing with -progress command line option anyway.
nohdrnohdr option disables hdr/ files usage.
And optional MultiCast Discovery options:
mcd-listenSpecifies list of network interfaces nncp-caller will listen for incoming MCD announcements.
mcd-sendSpecifies list of network interfaces, and intervals in seconds, where nncp-daemon will send MCD announcements.