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