NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Appropriate place to put start-up scripts on cRIO-9068

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

0 Kudos
Message 1 of 2
(3,192 Views)

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.

0 Kudos
Message 2 of 2
(2,885 Views)