Add how service is determined to be running/dead

This commit is contained in:
twellspring 2015-01-20 08:46:51 -08:00
parent 5f00166315
commit f7fc31e5dd

View File

@ -4,7 +4,12 @@ Starting or restarting of services and daemons
==============================================
Services are defined as system daemons typically started with system init or
rc scripts, services can be defined as running or dead.
rc scripts. Services can be defined as running or dead.
.. note::
The current status of a service is determined by the return code of the init/rc
script status command. A status return code of 0 it is considered running. Any
other return code is considered dead.
.. code-block:: yaml