.TH avahi-daemon-bridge-dsd 1 User Manuals .SH NAME avahi-daemon-bridge-dsd \- The Avahi daemon bridge to dsd .SH SYNOPSIS \fBavahi-daemon-bridge-dsd [\fIoptions\fB] avahi-daemon-bridge-dsd --kill\fB avahi-daemon-bridge-dsd --check\fB \f1 .SH DESCRIPTION The daemon implements a DBUS interface which provides a rich object oriented interface to DBUS enabled applications which browse for or register for services. Instead of implementing Apple's ZeroConf architecture (also known as "Rendezvous" or "Bonjour") it makes calls to the DNS Service Discovery API provided by Bonjour and so functions as a Bonjour client. .SH OPTIONS .TP \fB-D | --daemonize\f1 Daemonize after startup. Implies \fB--syslog\f1 .TP \fB-s | --syslog\f1 Log to syslog instead of STDERR. Implied by \fB--daemonize\f1 .TP \fB--debug\f1 Increase verbosity to debug level .TP \fB--no-drop-root\f1 Don't drop root priviliges after startup and don't require daemon to be started as root. We recommend not to use this option. .TP \fB--no-chroot\f1 Don't \fBchroot(2)\f1 the daemon. This option is only available when compiled with chroot() support. .TP \fB--no-proctitle\f1 Don't change the process name while running. Unless this option is specified avahi will reflect it's current state and selected host name in the process title. .TP \fB-k | --kill\f1 Kill an already running avahi-daemon-bridge-dsd. (equivalent to sending a SIGTERM) .TP \fB-r | --reload\f1 Tell an already running avahi-daemon-bridge-dsd to reread the files from \fI/etc/avahi/services/\f1. (equivalent to sending a SIGHUP) .TP \fB-c | --check\f1 Return 0 as return code when avahi-daemon-bridge-dsd is already running. .TP \fB-h | --help\f1 Show help .TP \fB-v | --version\f1 Show version information .SH FILES \fI/etc/avahi/hosts\f1: additional static hostname mappings to publish in mDNS, see \fBavahi.hosts(5)\f1 for more information. \fI/etc/avahi/services/*.service\f1: static service definitions, see \fBavahi.service(5)\f1 for more information. .SH SIGNALS \fISIGINT, SIGTERM, SIGQUIT\f1: avahi-daemon will shutdown. This is issued by passing --kill to avahi-daemon. \fISIGHUP\f1: avahi-daemon-bridge-dsd will reload and static service definitions from \fI/etc/avahi/services/\f1. .SH SEE ALSO .SH COMMENTS This man page was written using \fBxml2man(1)\f1 by Padraig O'Briain.