diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-01-30 15:19:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 15:19:57 +0000 |
commit | d659cdb8fe75d140668b60251b906a2777a3f56d (patch) | |
tree | 32582ba7d21af46a0ea4e9179dd09c15a6fcecd0 /data | |
parent | d6917d4fc9fbd120c810eb3dc3d8e2af211e3716 (diff) | |
parent | 631934dbeaeb52c3cd0a41dd7bc134cdbd029c64 (diff) | |
download | vyos-build-d659cdb8fe75d140668b60251b906a2777a3f56d.tar.gz vyos-build-d659cdb8fe75d140668b60251b906a2777a3f56d.zip |
Merge pull request #893 from sever-sever/T7105
T7105: Disable by default vpp service until it is configured
Diffstat (limited to 'data')
-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 |