Simple rc.local Question 2025-04-11 When calling a basic shell script from rc.local, is it better to use . /path/script.sh or sh /path/script.sh Never quite understood the difference between the two.