diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-01-05 20:55:37 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-01-05 20:55:37 +0100 |
commit | eee081e26da5aaf997b3d0022abe9fc75f38c94f (patch) | |
tree | 9a590348965e03260c1ef2cb8e2df58bbe96c931 /data/live-build-config | |
parent | 645c891edc01699164279141fb3174e919d3197a (diff) | |
download | vyos-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')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
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 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 |