]> git.meshlink.io Git - catta/blobdiff - docs/INSTALL
update TODO
[catta] / docs / INSTALL
index d7b3974747fba968ef95d178edf37e056e6a095b..802ad45387cd35623aa4bf25637b8d25adbab817 100644 (file)
@@ -39,7 +39,12 @@ Now start the Avahi daemon:
 Optionally start the unicast DNS configuration daemon:
        # /etc/init.d/avahi-dnsconfd start
 
-To start the two daemons on Debian based distributions automatically:
+To start the two daemons at boot time on Debian based distributions:
+       with DBUS support:
+       # ln -s /etc/init.d/avahi-daemon /etc/dbus-1/event.d/75avahi-daemon
+       # ln -s /etc/init.d/avahi-dnsconfd /etc/dbus-1/event.d/76avahi-dnsconfd
+
+       without DBUS support:
        # update-rc.d avahi-daemon defaults 25 15
        # update-rc.d avahi-dnsconfd defaults 26 14