When init is requested to change the runlevel, it sends the warning signal SIGTERM to all processes that are undefined in the new runlevel. It then waits 5 seconds before forcibly terminating these processes via the SIGKILL signal.
Is it ensured that this is done after all scripts with K prefix
are executed in rcn.d, where n is the number of new runlevel?
Is it ensured that this is done after all scripts with K prefix
are executed in rcn.d, where n is the number of new runlevel?