1
0
Fork 0
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:
Ycarus 2018-05-12 10:07:51 +02:00
parent 2aa70aebb5
commit 9a66b3b594

View file

@ -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() {