summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-28 18:54:37 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-28 18:54:37 +0100
commit51c889c116c634c256177b0fcf85536bc0866785 (patch)
tree24c9df612afe7cd8d8a603e0cec45b1773c8fc6e
parentc926168400f2bbc584cd58119b9f16f1f7d74e02 (diff)
downloadvyos-build-51c889c116c634c256177b0fcf85536bc0866785.tar.gz
vyos-build-51c889c116c634c256177b0fcf85536bc0866785.zip
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
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot5
1 files changed, 5 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 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