Spelling fixes.
This commit is contained in:
parent
0c0d4558f1
commit
890b6080ee
@ -110,10 +110,10 @@ Environment=LD_LIBRARY_PATH=/opt/vendor/lib</programlisting></para>
|
|||||||
|
|
||||||
<para>If httpd is configured to depend on any specific IP
|
<para>If httpd is configured to depend on any specific IP
|
||||||
address (for example, with a "Listen" directive) which may only
|
address (for example, with a "Listen" directive) which may only
|
||||||
become available during startup, or if httpd depends on other
|
become available during start-up, or if httpd depends on other
|
||||||
services (such as a database daemon), the service
|
services (such as a database daemon), the service
|
||||||
<emphasis>must</emphasis> be configured to ensure correct
|
<emphasis>must</emphasis> be configured to ensure correct
|
||||||
startup ordering.</para>
|
start-up ordering.</para>
|
||||||
|
|
||||||
<para>For example, to ensure httpd is only running after all
|
<para>For example, to ensure httpd is only running after all
|
||||||
configured network interfaces are configured, create a drop-in
|
configured network interfaces are configured, create a drop-in
|
||||||
@ -125,7 +125,7 @@ Wants=network-online.target</programlisting>
|
|||||||
|
|
||||||
See <ulink
|
See <ulink
|
||||||
url="https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/"/>
|
url="https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/"/>
|
||||||
for more information on startup ordering with systemd.</para>
|
for more information on start-up ordering with systemd.</para>
|
||||||
|
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
@ -264,10 +264,10 @@ Wants=network-online.target</programlisting>
|
|||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
<refsect2>
|
<refsect2>
|
||||||
<title>Instatiated services</title>
|
<title>Instantiated services</title>
|
||||||
|
|
||||||
<para>The <command>httpd@.service</command> unit is an
|
<para>The <command>httpd@.service</command> unit is an
|
||||||
instatiated template service. An instance of this unit will be
|
instantiated template service. An instance of this unit will be
|
||||||
started using the configuration file
|
started using the configuration file
|
||||||
<filename>/etc/httpd/conf/INSTANCE.conf</filename>, where
|
<filename>/etc/httpd/conf/INSTANCE.conf</filename>, where
|
||||||
<emphasis>INSTANCE</emphasis> is replaced with the instance
|
<emphasis>INSTANCE</emphasis> is replaced with the instance
|
||||||
@ -332,3 +332,6 @@ ReloadPropagatedFrom=httpd.service</programlisting>
|
|||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
</refentry>
|
</refentry>
|
||||||
|
|
||||||
|
<!-- LocalWords: systemd PidFile
|
||||||
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user