Files
etc-mypi/resolvconf/update-libc.d/avahi-daemon
2021-03-18 15:42:28 +00:00

9 lines
249 B
Bash
Executable File

#!/bin/sh
#
# If we have an unicast .local domain, we immediately disable avahi to avoid
# conflicts with the multicast IP4LL .local domain
if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
exec /usr/lib/avahi/avahi-daemon-check-dns.sh
fi