From 8aee36f14d85b2ff5196790bf07ea3827641ec2d Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 14 Jun 2018 12:46:48 +0200 Subject: stop pdns-recursor from starting at boot. --- debian/vyatta-cfg-system.postinst.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 57c25629..fd27ebc4 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -9,7 +9,8 @@ sbindir=@sbindir@ # remove init of daemons that are controlled by Vyatta configuration process for init in ntp ssh snmpd openhpid logd \ ipvsadm dnsmasq ddclient radvd \ - hostapd conntrackd keepalived + hostapd conntrackd keepalived \ + pdns-recursor do update-rc.d -f ${init} remove >/dev/null systemctl disable ${init} >/dev/null -- cgit v1.2.3