mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove dirty sysctl
This commit is contained in:
parent
2aa70aebb5
commit
9a66b3b594
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ start_service() {
|
|||
echo $scaling_governor > $c/scaling_governor
|
||||
done
|
||||
}
|
||||
# remove sysctl already defined in /etc/sysctl.d/
|
||||
sed -i -e '/tcp_fin_timeout/d' -e '/tcp_keepalive_time/d' -e '/nf_conntrack_max/d' /etc/sysctl.conf
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue