From 2f3ec2cd1f5ec543abb8fc46c5ab606ebe8edcdc Mon Sep 17 00:00:00 2001 From: Kim Date: Sat, 2 Sep 2017 15:17:42 +0200 Subject: also disable inits on boot for systemd --- debian/vyatta-cfg-system.postinst.in | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 37c19275..8888aa60 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -11,6 +11,7 @@ for init in ntp ssh snmpd openhpid logd \ ipvsadm dnsmasq ddclient radvd hostapd conntrackd do update-rc.d -f ${init} remove >/dev/null + systemctl disable ${init} >/dev/null done # remove extra call to clock setup only need one. this speeds up boot -- cgit v1.2.3