| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.16 2004/08/30 17:44:00 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-rcscripts.xml,v 1.17 2004/10/23 11:02:06 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Runlevels</title> |
11 | <title>Runlevels</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 501 | |
501 | |
| 502 | <p> |
502 | <p> |
| 503 | In some cases you might not require a service, but want your service to be |
503 | In some cases you might not require a service, but want your service to be |
| 504 | started <c>before</c> (or <c>after</c>) another service <e>if</e> it is |
504 | started <c>before</c> (or <c>after</c>) another service <e>if</e> it is |
| 505 | available on the system (note the conditional - this is no dependency anymore) |
505 | available on the system (note the conditional - this is no dependency anymore) |
| 506 | <e>and</e> ran in the same runlevel (note the conditional - only services in the |
506 | <e>and</e> run in the same runlevel (note the conditional - only services in the |
| 507 | same runlevel are involved). You can provide this information using the |
507 | same runlevel are involved). You can provide this information using the |
| 508 | <c>before</c> or <c>after</c> settings. |
508 | <c>before</c> or <c>after</c> settings. |
| 509 | </p> |
509 | </p> |
| 510 | |
510 | |
| 511 | <p> |
511 | <p> |