How To Load /etc/rc.local At Boot Time
erics, August 12th, 2021
My /etc/rc.local was not loading at boot time. rc.local is a symlink to /etc/rc.d/rc.local lrwxrwxrwx 1 root root 13 Jun 22 2020 rc.local -> rc.d/rc.local I had to execute the following:
1 |
chmod a+x /etc/rc.d/rc.local |