mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
hooks: migrate from dnsmasq to pdns-recursor
This commit is contained in:
parent
d2e4f63f03
commit
91351362c9
@ -21,14 +21,14 @@ systemctl disable ssh
|
|||||||
/usr/sbin/update-rc.d -f ssh remove
|
/usr/sbin/update-rc.d -f ssh remove
|
||||||
systemctl disable openvpn
|
systemctl disable openvpn
|
||||||
/usr/sbin/update-rc.d -f openvpn remove
|
/usr/sbin/update-rc.d -f openvpn remove
|
||||||
systemctl disable dnsmasq
|
|
||||||
/usr/sbin/update-rc.d -f dnsmasq remove
|
|
||||||
systemctl disable lldpd
|
systemctl disable lldpd
|
||||||
/usr/sbin/update-rc.d -f lldpd remove
|
/usr/sbin/update-rc.d -f lldpd remove
|
||||||
systemctl enable ssh-session-cleanup
|
systemctl enable ssh-session-cleanup
|
||||||
/usr/sbin/update-rc.d -f conntrackd remove
|
|
||||||
systemctl disable conntrackd
|
systemctl disable conntrackd
|
||||||
/usr/sbin/update-rc.d -f mdns-repeater remove
|
/usr/sbin/update-rc.d -f conntrackd remove
|
||||||
systemctl disable mdns-repeater
|
systemctl disable mdns-repeater
|
||||||
/usr/sbin/update-rc.d -f udp-broadcast-relay remove
|
/usr/sbin/update-rc.d -f mdns-repeater remove
|
||||||
systemctl disable udp-broadcast-relay{1.99}
|
systemctl disable udp-broadcast-relay{1.99}
|
||||||
|
/usr/sbin/update-rc.d -f udp-broadcast-relay remove
|
||||||
|
systemctl disable pdns-recursor
|
||||||
|
/usr/sbin/update-rc.d -f pdns-recursor remove
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user