From eee081e26da5aaf997b3d0022abe9fc75f38c94f Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:55:37 +0100 Subject: vyos-user-utils: Disable service `dnsdist` introduced into `vyos-user-utils` package This service hosts a DNS server on port 53 by default and was breaking dns forwarding smoketests. Also removing legacy `mdns-repeater` service as no longer used. --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot') diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 17cf2f74..9af38362 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -14,7 +14,6 @@ systemctl disable lldpd.service systemctl disable LCDd.service systemctl disable lcdproc.service systemctl disable conntrackd.service -systemctl disable mdns-repeater.service systemctl disable 'udp-broadcast-relay@*.service' systemctl disable pdns-recursor.service systemctl disable tftpd-hpa.service @@ -53,6 +52,7 @@ systemctl disable strongswan-starter.service systemctl disable avahi-daemon.service systemctl disable atop-rotate.timer systemctl disable ModemManager.service +systemctl disable dnsdist.service echo I: Enabling services systemctl enable ssh-session-cleanup.service -- cgit v1.2.3