diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-08-26 17:31:55 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-08-26 17:31:55 +0200 |
commit | d55d3bfb99a41687dedd983a2e752a65526830e0 (patch) | |
tree | 05da1279380e57f18605a509752a152955135525 /data/live-build-config/hooks/18-enable-disable_services.chroot | |
parent | 1b77b2e5f882b0f8ca036843a9c9b88008d2696c (diff) | |
download | vyos-build-d55d3bfb99a41687dedd983a2e752a65526830e0.tar.gz vyos-build-d55d3bfb99a41687dedd983a2e752a65526830e0.zip |
T441: enable frr.service and disable watchfrr
The issue with current watchfrr is that it restarts all daemons
even if only one failed.
Diffstat (limited to 'data/live-build-config/hooks/18-enable-disable_services.chroot')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 2 |
1 files changed, 2 insertions, 0 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 fe30c95f..0a7c2f94 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -32,3 +32,5 @@ systemctl disable udp-broadcast-relay{1.99} /usr/sbin/update-rc.d -f udp-broadcast-relay remove systemctl disable pdns-recursor /usr/sbin/update-rc.d -f pdns-recursor remove + +systemctl enable frr.service |