diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-08-27 00:09:21 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-08-27 00:09:21 +0200 |
commit | f0843ffe83dde9efb2bd557b58d2d7f65fcf5d45 (patch) | |
tree | 4fd03564ab8178d44a5bfb18a8d3972d86b278f0 /data | |
parent | d55d3bfb99a41687dedd983a2e752a65526830e0 (diff) | |
download | vyos-build-f0843ffe83dde9efb2bd557b58d2d7f65fcf5d45.tar.gz vyos-build-f0843ffe83dde9efb2bd557b58d2d7f65fcf5d45.zip |
T441: disable FRR.
Running it with systemd when watchfrr is disabled causes systemd
to think it's dead and restart it.
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |