.. versionadded:: 2015.5.6

This commit is contained in:
Julien Cigar 2015-09-30 17:43:03 +02:00 committed by rallytime
parent cbaf46e066
commit 579f2646ba

View file

@ -221,6 +221,8 @@ def enabled(name, **kwargs):
- an executable ./run file exist
- a file named "down" does not exist
.. versionadded:: 2015.5.6
name
Service name
@ -248,6 +250,8 @@ def disabled(name):
'''
Return True if the named service is enabled, false otherwise
.. versionadded:: 2015.5.6
CLI Example:
.. code-block:: bash