mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fixed the layout
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1119b66fea
commit
b2c0c791ac
@ -67,17 +67,36 @@ the stop argument. When a S link is encountered, the appropriate script
|
|||||||
is run with the start argument.
|
is run with the start argument.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<literallayout>
|
<para>
|
||||||
These are descriptions of what the arguments make the scripts do:
|
These are descriptions of what the arguments make the scripts do:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
<emphasis>start</emphasis>: The service is started.
|
<emphasis>start</emphasis>: The service is started.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
<emphasis>stop</emphasis>: The service is stopped.
|
<emphasis>stop</emphasis>: The service is stopped.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
<emphasis>restart</emphasis>: The service is stopped and then started again.
|
<emphasis>restart</emphasis>: The service is stopped and then started again.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
<emphasis>reload</emphasis>: The configuration of the service is updated.
|
<emphasis>reload</emphasis>: The configuration of the service is updated.
|
||||||
Use this after you have modified the configuration file of a service, when
|
Use this after you have modified the configuration file of a service, when
|
||||||
you don't need/want to restart the service.
|
you don't need/want to restart the service.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
<emphasis>status</emphasis>: Tells you if the service is running and with
|
<emphasis>status</emphasis>: Tells you if the service is running and with
|
||||||
which PID's
|
which PID's.
|
||||||
</literallayout>
|
</para></listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Feel free to modify the way the boot process works (after all it's your
|
Feel free to modify the way the boot process works (after all it's your
|
||||||
|
Loading…
Reference in New Issue
Block a user