This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
sysconfig:sysinit [2017/07/17 09:18] 192.168.2.1 [Runlevels] |
sysconfig:sysinit [2018/02/26 09:28] (current) 192.168.2.1 [Init Scripts] |
||
---|---|---|---|
Line 9: | Line 9: | ||
* The script names starting with an "S" in "/etc/rc<n>.d/" are executed in alphabetical order with the single argument "start". (starting services) | * The script names starting with an "S" in "/etc/rc<n>.d/" are executed in alphabetical order with the single argument "start". (starting services) | ||
- | A notable exception to this rule occurs when entering runlevel 0 or 6. Since these runlevels are entered when the system is about to halt, init scripts in the /etc/rc.d/rc.{0,6}.d directory will be executed with the "stop" argument, regardless of whether they are prefixed with an S or K. | + | A notable exception to this rule occurs when entering runlevel 0 or 6. Since these runlevels are entered when the system is about to halt, init scripts in the /etc/rc.d/rc{0,6}.d directory will be executed with the "stop" argument, regardless of whether they are prefixed with an S or K. |
====== Runlevels ====== | ====== Runlevels ====== |