From 414eb78ec056a0b90d556377ecb73bc9100c03a4 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 20 Nov 2017 22:38:33 +0100 Subject: prevent keepalived from starting on boot Let vyos config start keepalived --- 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 60ed8eeb..9850f077 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -8,7 +8,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 + ipvsadm dnsmasq ddclient radvd \ + hostapd conntrackd keepalived do update-rc.d -f ${init} remove >/dev/null systemctl disable ${init} >/dev/null -- cgit v1.2.3