diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-06 09:15:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 09:15:06 +0100 |
commit | 301d432afab62fa3eebc8ecf65c820ee73192e85 (patch) | |
tree | 37868a1cedcd9dfbdba031b62ba1c65ee86cd897 | |
parent | c07a9518cc4d7dd0047cfa484599659795094a17 (diff) | |
download | vyos-build-301d432afab62fa3eebc8ecf65c820ee73192e85.tar.gz vyos-build-301d432afab62fa3eebc8ecf65c820ee73192e85.zip |
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.
-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 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 |