From f0843ffe83dde9efb2bd557b58d2d7f65fcf5d45 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 27 Aug 2018 00:09:21 +0200 Subject: T441: disable FRR. Running it with systemd when watchfrr is disabled causes systemd to think it's dead and restart it. --- data/live-build-config/hooks/18-enable-disable_services.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/live-build-config') diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index 0a7c2f94..5a25b71d 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -33,4 +33,4 @@ systemctl disable udp-broadcast-relay{1.99} systemctl disable pdns-recursor /usr/sbin/update-rc.d -f pdns-recursor remove -systemctl enable frr.service +systemctl disable frr.service -- cgit v1.2.3