rc.local not start at the boot

Tom Horsley horsley1953 at gmail.com
Fri Oct 31 20:14:43 UTC 2014


On Fri, 31 Oct 2014 13:06:52 -0700
Joe Zeff wrote:

> However, there is one thought: we're pretty sure that there's something 
> about the rsync command that's failing.  Have you considered directing 
> stderr to a file?

Yep, I'd definitely stick something like this neat the front:

exec > /var/log/rclocal.log 2>&1
set -x

Then you'd see the commands echoed and the output in the log file.


More information about the users mailing list