mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
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.
This commit is contained in:
parent
3ffe9a2689
commit
d961dd7e1f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user