diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-27 04:19:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-27 04:19:44 +0000 |
commit | b2c0c791aceb998f9e6dde0cdc5ed9c0d58285bf (patch) | |
tree | 1fac07450ecd7068b1e4867dd53c212cf629c86c /chapter07/usage.xml | |
parent | 1119b66fea083ff67adbd222f13104a775fe2620 (diff) |
Fixed the layout
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/usage.xml')
-rw-r--r-- | chapter07/usage.xml | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 6fff95a68..d688af725 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -67,17 +67,36 @@ the stop argument. When a S link is encountered, the appropriate script is run with the start argument. </para> -<literallayout> +<para> These are descriptions of what the arguments make the scripts do: +</para> + +<itemizedlist> + +<listitem><para> <emphasis>start</emphasis>: The service is started. +</para></listitem> + +<listitem><para> <emphasis>stop</emphasis>: The service is stopped. +</para></listitem> + +<listitem><para> <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. Use this after you have modified the configuration file of a service, when 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 -which PID's -</literallayout> +which PID's. +</para></listitem> + +</itemizedlist> <para> Feel free to modify the way the boot process works (after all it's your |