On Wed, Oct 28, 2020 at 04:56:53PM -0700, david wrote:
Alas, I think rc.local has become irrelevant with systemd, which is most Linux distros is the way forward.
vi /etc/rc.local -> add what you need to run on boot chmod 700 /etc/rc.d/rc.local systemctl enable rc-local.service
It's still supported, but disabled by default by both the unit being disabled and the file being non-executable. This works on 7, no idea about 8. They probably broke it there.
John