|
Lines 134-140
Link Here
|
| 134 |
for starting third party software.</para> |
134 |
for starting third party software.</para> |
| 135 |
|
135 |
|
| 136 |
<para>In &os;, most included services, such as &man.cron.8;, are |
136 |
<para>In &os;, most included services, such as &man.cron.8;, are |
| 137 |
started through the system start up scripts.</para> |
137 |
started through the system startup scripts.</para> |
| 138 |
|
138 |
|
| 139 |
<sect2> |
139 |
<sect2> |
| 140 |
<title>Extended Application Configuration</title> |
140 |
<title>Extended Application Configuration</title> |
|
Lines 145-151
Link Here
|
| 145 |
<xref linkend="configtuning-rcd"/>, applications can be set to |
145 |
<xref linkend="configtuning-rcd"/>, applications can be set to |
| 146 |
start after certain other services and extra flags can be |
146 |
start after certain other services and extra flags can be |
| 147 |
passed through <filename>/etc/rc.conf</filename> in place of |
147 |
passed through <filename>/etc/rc.conf</filename> in place of |
| 148 |
hard coded flags in the start up script. A basic script may |
148 |
hard coded flags in the startup script. A basic script may |
| 149 |
look similar to the following:</para> |
149 |
look similar to the following:</para> |
| 150 |
|
150 |
|
| 151 |
<programlisting>#!/bin/sh |
151 |
<programlisting>#!/bin/sh |