diff options
author | John Estabrook <jestabro@vyos.io> | 2025-04-07 15:54:33 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-05-22 12:57:21 -0500 |
commit | c1adab0c1392c523932c4e7aa6bfa20f91cc6af6 (patch) | |
tree | d66213d5f2a3e8505857ee016b6159d94a7be2ac | |
parent | 9f1bf2d61cd31cbaf4902b0db20b8d47e224deb3 (diff) | |
download | vyos-build-c1adab0c1392c523932c4e7aa6bfa20f91cc6af6.tar.gz vyos-build-c1adab0c1392c523932c4e7aa6bfa20f91cc6af6.zip |
T7321: enable vyos-commitd.service for intial testing
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 3 |
1 files changed, 1 insertions, 2 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 1a464404..04ca7f3e 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,16 +71,15 @@ systemctl disable zabbix-agent2.service systemctl disable suricata.service systemctl disable vyconfd.service systemctl disable vpp.service -systemctl disable vyos-commitd.service systemctl disable netplug.service - echo I: Enabling services systemctl enable vyos-hostsd.service systemctl enable acpid.service systemctl enable vyos-router.service systemctl enable vyos-configd.service systemctl enable vyos-grub-update.service +systemctl enable vyos-commitd.service echo I: Masking services systemctl mask systemd-journald-audit.socket |