mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Add how service is determined to be running/dead
This commit is contained in:
parent
5f00166315
commit
f7fc31e5dd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user