From 51c889c116c634c256177b0fcf85536bc0866785 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 28 Dec 2020 18:54:37 +0100 Subject: systemd: services: disable additional service from vyatta-cfg-system This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057 --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 5 +++++ 1 file changed, 5 insertions(+) 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 25d1180f..c339e7b7 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 @@ -20,6 +20,7 @@ systemctl disable 'udp-broadcast-relay@*.service' systemctl disable pdns-recursor.service systemctl disable tftpd-hpa.service systemctl disable strongswan.service +systemctl disable logd.service systemctl disable frr.service systemctl disable salt-minion.service systemctl disable certbot.service @@ -48,6 +49,10 @@ systemctl disable dropbear.service systemctl disable fastnetmon.service systemctl disable ocserv.service systemctl disable tuned.service +systemctl disable radvd.service +systemctl disable hostapd.service +systemctl disable keepalived.service +systemctl disable ipvsadm.service systemctl disable telegraf.service echo I: Enabling services -- cgit v1.2.3