mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
core137: add qos changes to updater
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -9,9 +9,11 @@ etc/rc.d/init.d/networking/red.up/99-geoip-database
|
||||
etc/sysctl.conf
|
||||
srv/web/ipfire/cgi-bin/dns.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/qos.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
usr/lib/firewall/rules.pl
|
||||
usr/sbin/firewall-policy
|
||||
usr/local/bin/xt_geoip_update
|
||||
var/ipfire/backup/bin/backup.pl
|
||||
var/ipfire/qos/bin/makeqosscripts.pl
|
||||
var/ipfire/suricata/ruleset-sources
|
||||
|
||||
@@ -82,6 +82,7 @@ rm -f /etc/sysconfig/lm_sensors
|
||||
# Remove files
|
||||
|
||||
# Stop services
|
||||
qosctrl stop
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
@@ -98,6 +99,10 @@ ldconfig
|
||||
/etc/init.d/unbound restart
|
||||
/etc/init.d/collectd restart
|
||||
|
||||
# generate new qos script
|
||||
qosctrl generate
|
||||
qosctrl start
|
||||
|
||||
# Search sensors again after reboot into the new kernel
|
||||
rm -f /etc/sysconfig/lm_sensors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user