| … | |
… | |
| 7 | |
7 | |
| 8 | # Set to "yes" if you want the rc system to try and start services |
8 | # Set to "yes" if you want the rc system to try and start services |
| 9 | # in parallel for a slight speed improvement. |
9 | # in parallel for a slight speed improvement. |
| 10 | |
10 | |
| 11 | RC_PARALLEL_STARTUP="no" |
11 | RC_PARALLEL_STARTUP="no" |
|
|
12 | |
|
|
13 | # Set RC_INTERACTIVE to "yes" and you'll be able to press the I key during |
|
|
14 | # boot so you can choose to start specific services. Set to "no" to disable |
|
|
15 | # this feature. |
|
|
16 | |
|
|
17 | RC_INTERACTIVE="yes" |
| 12 | |
18 | |
| 13 | # RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service. |
19 | # RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service. |
| 14 | # The following values are allowed: |
20 | # The following values are allowed: |
| 15 | # none - The 'net' service is always considered up. |
21 | # none - The 'net' service is always considered up. |
| 16 | # no - This basically means that at least one net.* service besides net.lo |
22 | # no - This basically means that at least one net.* service besides net.lo |