02-16-2015 10:14 AM
Hello,
I would like to have multiple scripts run at start-up when I boot my cRIO-9068. Most of, although not all, require the network to be up before they run. Where should I place these scripts to ensure they run on boot, but after the network is up.
Thanks,
-TD
02-16-2015 12:06 PM
Networking starts at /etc/rcS.d/S40networking, so putting scripts starting later than 40 will achieve what you're looking for. If you're not already somewhat familiar, you should spend a bit of time becoming familiar with the SysV init system.