diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-05-05 12:09:12 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-05-05 12:09:12 +0000 |
commit | 63c1d9c96214cd0dd998b3e00c88c05837a85ba7 (patch) | |
tree | b3fff5987fac0d4f78a21a1b868313265b5e1b8f /data/live-build-config/hooks/live | |
parent | c41e34e484635389f63dd2ae7a5ae01e23ece34e (diff) | |
download | vyos-build-63c1d9c96214cd0dd998b3e00c88c05837a85ba7.tar.gz vyos-build-63c1d9c96214cd0dd998b3e00c88c05837a85ba7.zip |
T5203: Disable by default vyos-wan-load-balance.service
Diffstat (limited to 'data/live-build-config/hooks/live')
-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 |