summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKim <kim.sidney@gmail.com>2018-06-14 12:46:48 +0200
committerGitHub <noreply@github.com>2018-06-14 12:46:48 +0200
commit8aee36f14d85b2ff5196790bf07ea3827641ec2d (patch)
treeeeb27396ea851168d02b10f4602996aba2e886e2 /debian
parente26ce5c3908a5db1643d6fc455f473bef0113b56 (diff)
downloadvyatta-cfg-system-8aee36f14d85b2ff5196790bf07ea3827641ec2d.tar.gz
vyatta-cfg-system-8aee36f14d85b2ff5196790bf07ea3827641ec2d.zip
stop pdns-recursor from starting at boot.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in3
1 files changed, 2 insertions, 1 deletions
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