How do I turn off avahi-daemon on boot? [duplicate]

Solution 1:

stop avahi-daemon - to stop the service

cd /etc/init ; touch avahi-daemon.override ; echo "manual" > avahi-daemon.override - to prevent it from initiating on reboot .