On Fri, Apr 13, 2018 at 9:07 AM, <[email protected]> wrote: > > /etc/rc.local directory not available It's a file, not a directory. Just try it:
echo touch /tmp/testRClocal > /etc/rc.local and reboot the system. You should see the newly created file /tmp/testRClocal when you login into the running system. > also write script file in rc5d ,rc3.d directory but not working. What did you write into those files? which OS version are you running? Need more detail to help you. Most new systems use systemd rather than the old SysV /etc/rc* files, so this may not work (but /etc/rc.local is actually emulated by systemd so that should be OK). -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAC%3D1GgEPWy9Nd%2BffMy%2BMr5917de%3DrYgRdR2%3D8LYRzcnY%2BP%2BUSQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
