From f5fed4cdae9dbf721c1efa00c1d1a5dffbfe7400 Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Fri, 28 Feb 2020 09:45:18 -0300 Subject: [PATCH] Minor sysresccd-initialize simplification No functional change. --- airootfs/etc/systemd/scripts/sysresccd-initialize | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/airootfs/etc/systemd/scripts/sysresccd-initialize b/airootfs/etc/systemd/scripts/sysresccd-initialize index ba910cd..98b4246 100755 --- a/airootfs/etc/systemd/scripts/sysresccd-initialize +++ b/airootfs/etc/systemd/scripts/sysresccd-initialize @@ -44,10 +44,7 @@ do # Option to allow user to disable the firewall nofirewall) echo "Found option 'nofirewall' on the boot command line" - systemctl disable iptables.service - systemctl disable ip6tables.service - systemctl stop iptables.service - systemctl stop ip6tables.service + systemctl disable --now iptables.service ip6tables.service ;; esac done