diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-16 23:59:33 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-16 23:59:49 -0500 |
commit | 2c90ce3fd29f32363020d1669330b26caadbd348 (patch) | |
tree | c2f72eb12527662decbfb3cd08981be42bdb4351 | |
parent | 0a6c197226400c4bbe210b435baaa716d4fb8377 (diff) | |
download | vyos-build-2c90ce3fd29f32363020d1669330b26caadbd348.tar.gz vyos-build-2c90ce3fd29f32363020d1669330b26caadbd348.zip |
T7121: disable vyos-commitd.service until replacement of vyos-configd
-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 463abf09..3b4efe38 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 @@ -71,6 +71,7 @@ systemctl disable zabbix-agent2.service systemctl disable suricata.service systemctl disable vyconfd.service systemctl disable vpp.service +systemctl disable vyos-commitd.service echo I: Enabling services systemctl enable vyos-hostsd.service |