On Sat, 29 Aug 2015 12:46:18 -0700 ToddAndMargo <[email protected]> wrote:$ ls -al /etc/rc.d/rc.local -rwxr--r--. 1 root root 1013 Aug 29 11:20 /etc/rc.d/rc.local
# Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure # that this script will be executed during boot.
It is executable! -rwxr--r-- Executable by owner, which is root. And, if that were wrong,
# systemctl start rc-local
would not work. Rat! I wish it was that easy!
