summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/18-enable-disable_services.chroot
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-01-05 20:55:37 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2022-01-05 20:55:37 +0100
commiteee081e26da5aaf997b3d0022abe9fc75f38c94f (patch)
tree9a590348965e03260c1ef2cb8e2df58bbe96c931 /data/live-build-config/hooks/live/18-enable-disable_services.chroot
parent645c891edc01699164279141fb3174e919d3197a (diff)
downloadvyos-build-eee081e26da5aaf997b3d0022abe9fc75f38c94f.tar.gz
vyos-build-eee081e26da5aaf997b3d0022abe9fc75f38c94f.zip
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.
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot2
1 files changed, 1 insertions, 1 deletions
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 17cf2f7..9af3836 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