]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
Core Update 168: Ship and apply sysctl changes
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 2 May 2022 05:30:08 +0000 (05:30 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 2 May 2022 05:30:08 +0000 (05:30 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/168/filelists/files
config/rootfiles/core/168/update.sh

index 858809caf95c4bd2d548ea731a57518db01ff7b9..e0883a7db5971ec6c231f8097b8f3c73a15e981e 100644 (file)
@@ -1,5 +1,6 @@
 etc/rc.d/init.d/networking/any
 etc/rc.d/init.d/networking/red
+etc/sysctl.conf
 lib/firmware/amd/amd_sev_fam17h_model0xh.sbin
 lib/firmware/amd/amd_sev_fam17h_model3xh.sbin
 lib/firmware/amd/amd_sev_fam19h_model0xh.sbin
index 48ae17417b5ed88efd6fb3efe7afd5c94ee89372..7e3ff07c27ca84df38ca5ea8d8d7dc98b240583f 100644 (file)
@@ -86,6 +86,9 @@ ldconfig
 # Apply local configuration to sshd_config
 /usr/local/bin/sshctrl
 
+# Apply sysctl changes
+/etc/init.d/sysctl start
+
 # Start services
 /etc/init.d/sshd restart
 /etc/init.d/vnstatd restart