I disabled the avahi-daemon
according to the method set out here, namely editing the /etc/init/avahi-daemon.conf
file to:
start on (never
and filesystem
and started dbus)
stop on stopping dbus
After a reboot, I now get from service avahi-daemon status
(or initctl list | grep avahi
)
avahi-daemon stop/waiting
Which sounds like I have successfully disabled the service.
However, in my syslog at boot I see :
dbus[991]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
dbus[991]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
This seems to cost me half a minute of extra boot time...How can I disable this trying to launch avahi
?