avahi-dnsconfd(8) - Linux man page
Name
avahi-dnsconfd - Unicast DNS server from mDNS/DNS-SD configuration daemonSynopsis
avahi-dnsconfd [options]avahi-dnsconfd --kill
avahi-dnsconfd --refresh
avahi-dnsconfd --check
Description
Options
- -D | --daemonize
- Daemonize after startup and redirect log messages to syslog.
- -k | --kill
- Kill an already running avahi-dnsconfd. (equivalent to sending a SIGTERM)
- -r | --refresh
- Tell an already running avahi-dnsconfd to refresh the DNS server data. (equivalent to sending a SIGHUP)
- -c | --check
- Return 0 as return code when avahi-dnsconfd is already running.
- -h | --help
- Show help
- -v | --version
- Show version information
Files
/etc/avahi/avahi-dnsconfd.action: the script to run when a DNS server is found or removed.Signals
SIGINT, SIGTERM, SIGQUIT: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.SIGHUP: avahi-dnsconfd will refresh the DNS server data.
