Merge pull request #4125 from maxamillion/maxamillion/add_redhat_sysvinit
Remove unneeded sysctl changes in sysvinit-redhat init script
This commit is contained in:
commit
8d2a2ed457
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ prestart() {
|
|||
service cgconfig start
|
||||
fi
|
||||
|
||||
preexec="/sbin/sysctl"
|
||||
[ -x $preexec ] || exit 6
|
||||
$preexec -w net.ipv4.ip_forward=1 > /dev/null 2>&1
|
||||
$preexec -w net.ipv6.conf.all.forwarding=1 > /dev/null 2>&1
|
||||
|
||||
}
|
||||
|
||||
start() {
|
||||
|
|
Loading…
Add table
Reference in a new issue