From 0360d235c8c4ab2d672b40d745c1b1dc14becadb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 13 Jun 2022 15:49:40 +0000 Subject: [PATCH] Core Update 169: Ship and apply sysctl changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/169/filelists/files | 1 + config/rootfiles/core/169/update.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config/rootfiles/core/169/filelists/files b/config/rootfiles/core/169/filelists/files index e51e91b726..5bc109be4d 100644 --- a/config/rootfiles/core/169/filelists/files +++ b/config/rootfiles/core/169/filelists/files @@ -4,6 +4,7 @@ etc/rc.d/helper/aws-setup etc/rc.d/helper/exoscale-setup etc/rc.d/helper/gcp-setup etc/rc.d/init.d/localnet +etc/sysctl.conf opt/pakfire/etc/pakfire.conf srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/html/themes/ipfire/include/functions.pl diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index 2f24ed1d2d..ad118cdf9e 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -111,6 +111,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Apply sysctl changes +/etc/init.d/sysctl start + # Start services telinit u /etc/init.d/firewall restart -- 2.39.5