From b2c0c791aceb998f9e6dde0cdc5ed9c0d58285bf Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 27 Feb 2001 04:19:44 +0000 Subject: Fixed the layout git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/usage.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'chapter07/usage.xml') 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. - + These are descriptions of what the arguments make the scripts do: + + + + + start: The service is started. + + + stop: The service is stopped. + + + restart: The service is stopped and then started again. + + + reload: 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. + + + status: Tells you if the service is running and with -which PID's - +which PID's. + + + Feel free to modify the way the boot process works (after all it's your -- cgit v1.2.3-54-g00ecf