From 301d432afab62fa3eebc8ecf65c820ee73192e85 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 6 Jan 2022 09:15:06 +0100 Subject: systemd: services: remove haproxy Commit https://github.com/vyos/vyos-user-utils/commit/95db6327c4a7b94eb4634 added the haproxy package to the image which will automatically run that service. All external services should be controlled by VyOS CLI thus haproxy is disabled by default. --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 9af38362..fc1b096e 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 @@ -53,6 +53,7 @@ systemctl disable avahi-daemon.service systemctl disable atop-rotate.timer systemctl disable ModemManager.service systemctl disable dnsdist.service +systemctl disable haproxy.service echo I: Enabling services systemctl enable ssh-session-cleanup.service -- cgit v1.2.3