Posted: Tue 20 Nov 2012, 14:30 Post subject:
When do startup scripts run?
What is the ordering of the startup scripts? What is the difference between /etc/init.d and /etc/rc.d? Will the init.d scripts always run before the /root/Startup scripts or is it nondeterministic? Thanks!
Posted: Tue 20 Nov 2012, 14:43 Post subject:
Re: When do startup scripts run?
edwin.evans wrote:
What is the ordering of the startup scripts? What is the difference between /etc/init.d and /etc/rc.d? Will the init.d scripts always run before the /root/Startup scripts or is it nondeterministic? Thanks!
If you look through the file /etc/rc.d/rc.sysinit, you can get an idea of the order.
The problem is that many of the processes are started in the background, so there is no guarantee that Process A is completed before Process B is started.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum