diff options
| -rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
