summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service/runit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/provider/service/runit.rb')
-rw-r--r--lib/puppet/provider/service/runit.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/puppet/provider/service/runit.rb b/lib/puppet/provider/service/runit.rb
index 5c2b9c733..e8a0da18f 100644
--- a/lib/puppet/provider/service/runit.rb
+++ b/lib/puppet/provider/service/runit.rb
@@ -5,14 +5,14 @@ Puppet::Type.type(:service).provide :runit, :parent => :daemontools do
desc """
Runit service management.
This provider manages daemons running supervised by Runit.
-It tries to detect the service directory, with by order of preference:
+It tries to detect the service directory, with by order of preference::
* /service
* /var/service
* /etc/service
The daemon directory should be placed in a directory that can be
-by default in:
+by default in::
* /etc/sv
@@ -23,12 +23,14 @@ or this can be overriden in the service resource parameters::
provider => \"runit\", path => \"/path/to/daemons\";
}
-This provider supports out of the box:
+This provider supports out of the box::
* start/stop
* enable/disable
* restart
* status
+
+
"""
commands :sv => "/usr/bin/sv"