diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-30 10:04:33 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-30 10:04:33 +0000 |
commit | 631934dbeaeb52c3cd0a41dd7bc134cdbd029c64 (patch) | |
tree | 07ad7adcfdaef6fe9875d6e7927e355594efc798 /data/live-build-config | |
parent | 16f9226b1f86967607c685b791a4c214fd6010b1 (diff) | |
download | vyos-build-631934dbeaeb52c3cd0a41dd7bc134cdbd029c64.tar.gz vyos-build-631934dbeaeb52c3cd0a41dd7bc134cdbd029c64.zip |
T7105: Disable by default vpp service until it is configured
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 1042cef9..1aa0326a 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 @@ -69,6 +69,7 @@ systemctl disable dpkg-db-backup.service systemctl disable zabbix-agent2.service systemctl disable suricata.service systemctl disable vyconfd.service +systemctl disable vpp.service echo I: Enabling services systemctl enable vyos-hostsd.service |