From: Michael Tremer Date: Wed, 8 Jul 2026 16:13:01 +0000 (+0200) Subject: core204: Ship sysklogd and firewall changes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1d684fcd919819cfde07e65b91bee40a6c81d5c;p=ipfire-2.x.git core204: Ship sysklogd and firewall changes Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/204/filelists/files b/config/rootfiles/core/204/filelists/files index e69de29bb..9e8a5bbaa 100644 --- a/config/rootfiles/core/204/filelists/files +++ b/config/rootfiles/core/204/filelists/files @@ -0,0 +1,2 @@ +etc/rc.d/init.d/firewall +etc/rc.d/init.d/sysklogd diff --git a/config/rootfiles/core/204/update.sh b/config/rootfiles/core/204/update.sh index 0b3d900cc..740b48cd2 100644 --- a/config/rootfiles/core/204/update.sh +++ b/config/rootfiles/core/204/update.sh @@ -115,7 +115,11 @@ rm -rfv \ # Apply SSH configuration /usr/local/bin/sshctrl +# Restart the firewall +/etc/init.d/firewall restart + # Start services +/etc/init.d/sysklogd restart /etc/init.d/apache start /etc/init.d/suricata restart /etc/init.d/knot-resolver restart