From a375ce33d3c77d1b31168405b1459350e323374b Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 29 Nov 2014 15:49:36 +0200 Subject: [PATCH] Clarify supported init systems. --- system/service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/service.py b/system/service.py index 61915709703..9653174f3cb 100644 --- a/system/service.py +++ b/system/service.py @@ -25,7 +25,8 @@ author: Michael DeHaan version_added: "0.1" short_description: Manage services. description: - - Controls services on remote hosts. + - Controls services on remote hosts. Supported init systems are: BSD init, + OpenRC, SysV, systemd, upstart. options: name: required: true