diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-17 15:55:38 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-17 15:55:38 +0200 |
commit | 304ba451ebbe7b196638c84eab6957081d431a7e (patch) | |
tree | fdaf08433b51af693aa46938b13f52eb23095b7a /data/live-build-config | |
parent | ac8aee9e2cc29fb93387d2117a841fc90da2b897 (diff) | |
download | vyos-build-304ba451ebbe7b196638c84eab6957081d431a7e.tar.gz vyos-build-304ba451ebbe7b196638c84eab6957081d431a7e.zip |
T5208: disable nvmf-autoconnect.service
Diffstat (limited to 'data/live-build-config')
-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 ae259c18..48ac71d9 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 @@ -65,6 +65,7 @@ systemctl disable twamp-server.service systemctl disable podman-auto-update.service systemctl disable podman-restart.service systemctl disable vyos-wan-load-balance.service +systemctl disable nvmf-autoconnect.service echo I: Enabling services systemctl enable frr.service |