diff options
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index c62b0d58..ae259c18 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -64,6 +64,7 @@ systemctl disable owamp-server.service systemctl disable twamp-server.service systemctl disable podman-auto-update.service systemctl disable podman-restart.service +systemctl disable vyos-wan-load-balance.service echo I: Enabling services systemctl enable frr.service |