From: Peter Müller Date: Mon, 13 Jun 2022 15:49:40 +0000 (+0000) Subject: Core Update 169: Ship and apply sysctl changes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0360d235c8c4ab2d672b40d745c1b1dc14becadb;p=people%2Fms%2Fipfire-2.x.git Core Update 169: Ship and apply sysctl changes Signed-off-by: Peter Müller --- 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