diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-04-11 11:32:39 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-04-11 11:32:39 +0000 |
commit | daf8d44060a516a77b0856f5ac9286aeec32bfcb (patch) | |
tree | b8699b03444fb68c85328413d1bb76a64711d044 /data/live-build-config | |
parent | a9cc581827e9a0ba1646b16ed07170e4ec2ca34e (diff) | |
download | vyos-build-daf8d44060a516a77b0856f5ac9286aeec32bfcb.tar.gz vyos-build-daf8d44060a516a77b0856f5ac9286aeec32bfcb.zip |
T1797: Delete not exist disable vpp service
The builder log:
```
06:12:53 Failed to disable unit, unit vpp.service does not exist.
```
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, 0 insertions, 1 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 08404a6..4e8efbb 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 @@ -70,7 +70,6 @@ systemctl disable podman-auto-update.timer systemctl disable podman-restart.service systemctl disable vyos-wan-load-balance.service systemctl disable nvmf-autoconnect.service -systemctl disable vpp.service systemctl disable dpkg-db-backup.timer systemctl disable dpkg-db-backup.service systemctl disable zabbix-agent2.service |