diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-03-18 15:09:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 15:09:02 +0000 |
commit | b35cbd8363f08b49ea0763ffb6eb22d4d945d7e3 (patch) | |
tree | de344e5d769bd0833e030169134cebcaf8adc277 /data | |
parent | 30d687b5dc5ced1b302072bc575492ea817b9b5a (diff) | |
parent | 2c90ce3fd29f32363020d1669330b26caadbd348 (diff) | |
download | vyos-build-b35cbd8363f08b49ea0763ffb6eb22d4d945d7e3.tar.gz vyos-build-b35cbd8363f08b49ea0763ffb6eb22d4d945d7e3.zip |
Merge pull request #931 from jestabro/commitd
T7121: Set up communication vyconfd to vyos-commitd
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 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 |