From 1ff1b22726f1f4678dca8295860623d728e20521 Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 8 Oct 2019 11:29:50 -0700 Subject: systemd-services: disable pacemaker, corosync, wpa_supplicant, squid - dusable their autostart at boot time via systemd defaults --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 5 +++++ 1 file changed, 5 insertions(+) (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 0caed88a..93e413d0 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 @@ -39,5 +39,10 @@ systemctl disable strongswan.service systemctl disable frr.service systemctl disable salt-minion.service systemctl disable nginx.service +systemctl disable pacemaker.service +systemctl disable corosync.service +systemctl disable wpa_supplicant.service +systemctl disable squid.service + systemctl enable vyos-hostsd.service -- cgit v1.2.3