summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service/daemontools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/provider/service/daemontools.rb')
-rw-r--r--lib/puppet/provider/service/daemontools.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/puppet/provider/service/daemontools.rb b/lib/puppet/provider/service/daemontools.rb
index db4a7cdf8..46729e1b1 100644
--- a/lib/puppet/provider/service/daemontools.rb
+++ b/lib/puppet/provider/service/daemontools.rb
@@ -5,14 +5,14 @@ Puppet::Type.type(:service).provide :daemontools, :parent => :base do
desc """
Daemontools service management.
This provider manages daemons running supervised by D.J.Bernstein daemontools.
-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
* /etc/service
* /var/lib/svscan
The daemon directory should be placed in a directory that can be
-by default in:
+by default in::
* /var/lib/service
* /etc
@@ -24,13 +24,14 @@ or this can be overriden in the service resource parameters::
provider => \"daemontools\", path => \"/path/to/daemons\";
}
-This provider supports out of the box:
+This provider supports out of the box::
* start/stop (mapped to enable/disable)
* enable/disable
* restart
* status
+
"""
commands :svc => "/usr/bin/svc"