diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-22 20:22:28 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-10-25 10:04:09 -0500 |
commit | 394ec80f498651e4b2c72d94989c97ba8401321b (patch) | |
tree | ad82c601ff1808c5128bfa99e520ad883f22ed27 /data/live-build-config | |
parent | 38dc111f0c29e79a202d430fbb9297555e28bd71 (diff) | |
download | vyos-build-394ec80f498651e4b2c72d94989c97ba8401321b.tar.gz vyos-build-394ec80f498651e4b2c72d94989c97ba8401321b.zip |
T6718: vyconfd.service is started by vyos-router
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, 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 26c7f094..1042cef9 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 @@ -68,6 +68,7 @@ systemctl disable dpkg-db-backup.timer systemctl disable dpkg-db-backup.service systemctl disable zabbix-agent2.service systemctl disable suricata.service +systemctl disable vyconfd.service echo I: Enabling services systemctl enable vyos-hostsd.service |