summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-25 11:18:11 +0100
committerChristian Breunig <christian@breunig.cc>2023-03-25 11:18:11 +0100
commitd961dd7e1f44e4ff9ad2d77cd65f25734ec29a7a (patch)
tree366f42f202a7fa8f223dd27d4236fac36752da4c /data
parent3ffe9a2689632b628d5c20750f24e9dcbac7f6db (diff)
downloadvyos-build-d961dd7e1f44e4ff9ad2d77cd65f25734ec29a7a.tar.gz
vyos-build-d961dd7e1f44e4ff9ad2d77cd65f25734ec29a7a.zip
systemd: T5111: always disable pppd-dns.service
An update to the Debian ppp package remove the needed /etc/ppp/ip-down.d/0000usepeerdns file. As DNS resolution is handled by vyos-hostsd we can disable this service entirely.
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot1
1 files changed, 1 insertions, 0 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 fedb4685..677e27fa 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
@@ -56,6 +56,7 @@ systemctl disable keepalived.service
systemctl disable ipvsadm.service
systemctl disable telegraf.service
systemctl disable ModemManager.service
+systemctl disable pppd-dns.service
echo I: Enabling services
systemctl enable ssh-session-cleanup.service