From d4d1e6a2fa946f1977bdb0931ea595d9b74f4038 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Sat, 25 Feb 2012 23:39:17 -0700 Subject: [PATCH] fic docstring in rh_service module --- salt/modules/rh_service.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/salt/modules/rh_service.py b/salt/modules/rh_service.py index 541efb110e..b5f8eaa4de 100644 --- a/salt/modules/rh_service.py +++ b/salt/modules/rh_service.py @@ -1,6 +1,7 @@ ''' -Top level package command wrapper, used to translate the os detected by the -grains to the correct service manager +Service support for classic Red Hat type systems. This interface uses the +service command (so it is compatible with upstart systems) and the chkconfig +command. ''' import os