diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-04-20 17:10:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-04-20 17:10:16 +0200 |
commit | 91351362c91775f6e5a351cfa3b619e7f3dcce5e (patch) | |
tree | 22693cc6dbaf17a9149ae463ee54ef473293606c /data/live-build-config | |
parent | d2e4f63f03ef5628ab94be34bf368e8c8458a2d0 (diff) | |
download | vyos-build-91351362c91775f6e5a351cfa3b619e7f3dcce5e.tar.gz vyos-build-91351362c91775f6e5a351cfa3b619e7f3dcce5e.zip |
hooks: migrate from dnsmasq to pdns-recursor
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index ea31eb1e..fe30c95f 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -21,14 +21,14 @@ systemctl disable ssh /usr/sbin/update-rc.d -f ssh remove systemctl disable openvpn /usr/sbin/update-rc.d -f openvpn remove -systemctl disable dnsmasq -/usr/sbin/update-rc.d -f dnsmasq remove systemctl disable lldpd /usr/sbin/update-rc.d -f lldpd remove systemctl enable ssh-session-cleanup -/usr/sbin/update-rc.d -f conntrackd remove systemctl disable conntrackd -/usr/sbin/update-rc.d -f mdns-repeater remove +/usr/sbin/update-rc.d -f conntrackd remove 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} +/usr/sbin/update-rc.d -f udp-broadcast-relay remove +systemctl disable pdns-recursor +/usr/sbin/update-rc.d -f pdns-recursor remove |