mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
Core Update 175: Merely reload firewall engine, instead of restart it
The latter will not work until a reboot due to the Core Update featuring a new kernel, and will instead result in the following error: modprobe: FATAL: Module nf_log_ipv4 not found in directory /lib/modules/6.1.27-ipfire Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -137,8 +137,8 @@ chmod -v 644 /var/log/pakfire.log
|
||||
# Apply local configuration to sshd_config
|
||||
/usr/local/bin/sshctrl
|
||||
|
||||
# Restart firewall to fix #13088 as fast as possible
|
||||
/etc/rc.d/init.d/firewall restart
|
||||
# Reload firewall to fix #13088 as fast as possible
|
||||
/etc/rc.d/init.d/firewall reload
|
||||
|
||||
# Start services
|
||||
if grep -q "ENABLE_IDS=on" /var/ipfire/suricata/settings; then
|
||||
|
||||
Reference in New Issue
Block a user