From 4ad01b5cd9cd56596e93c6a7413d6e80ad606485 Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Tue, 17 May 2022 12:52:32 +0300 Subject: [PATCH] slinux: Disable dnsmasq.service for now It works unreliable, see ALT bug #41028. Disable it until the issue will be resolved. --- features.in/slinux/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/slinux/config.mk b/features.in/slinux/config.mk index 0e9eb775..e1ff66d9 100644 --- a/features.in/slinux/config.mk +++ b/features.in/slinux/config.mk @@ -19,7 +19,6 @@ use/slinux/services-enabled: use/services @$(call add,SYSTEMD_SERVICES_ENABLE,cups.service) @$(call add,SYSTEMD_SERVICES_ENABLE,cups.socket) @$(call add,SYSTEMD_SERVICES_ENABLE,cups-browsed.service) - @$(call add,SYSTEMD_SERVICES_ENABLE,dnsmasq.service) @$(call add,SYSTEMD_SERVICES_ENABLE,lightdm.service) @$(call add,SYSTEMD_SERVICES_ENABLE,lvm2-monitor.service) @$(call add,SYSTEMD_SERVICES_ENABLE,network.service) @@ -39,6 +38,7 @@ use/slinux/services-disabled: use/services @$(call add,SYSTEMD_SERVICES_DISABLE,openvpn.service) @$(call add,SYSTEMD_SERVICES_DISABLE,sshd.service) @$(call add,SYSTEMD_SERVICES_DISABLE,syslogd.service) + @$(call add,SYSTEMD_SERVICES_DISABLE,dnsmasq.service) use/slinux/services: use/slinux/services-enabled use/slinux/services-disabled