# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
/etc/init.d/uhttpd start
openvpn /root/iavnov/iavnov.ovpn
exit 0
Для отключения меняем в файле:
$ nano /etc/default/avahi-daemon
# 1 = Try to detect unicast dns servers that serve .local and disable avahi in # that case, 0 = Don't try to detect .local unicast dns servers, can cause # troubles on misconfigured networks AVAHI_DAEMON_DETECT_LOCAL=1
значение на AVAHI_DAEMON_DETECT_LOCAL=0.
Тем самым запрещаем AVAHI использовать зону локал и избавляемся от надоедливого сообщения...