Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: init.d replaced by rc.d + bash correction

...

cat offload_off_eth1.txt >> /etc/rc.d/rc.local

On Fedora Core:

echo "'#!/usr/bin/bash" ' > /etc/rc.d/rc.local       (warning) Do not use double quotes, use single ones
# cat offload_off_eth1.txt >> /etc/rc.d/rc.local
# chmod 755 /etc/initrc.d/rc.local 
# ln -s /usr/lib/systemd/system/rc-local.service /etc/systemd/system/rc-local.service 
# systemctl daemon-reload

...