Run script with rc.local: script works, but not at boot
In this example of a rc.local script I use io redirection at the very first line of execution to my own log file: #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will “exit 0” on success or any other … Read more