diff options
author | Gerrit Pape <pape@smarden.org> | 2006-06-29 07:52:00 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-06-29 07:52:00 +0000 |
commit | 631c2d5af9d613757a99ead225bf129362e4e29e (patch) | |
tree | 9db083ad29c721b701e35d7d00ebc17f29a81380 /doc/benefits.html | |
parent | 6cecfe70677e3c0f3ffa42331a41fde8861cba61 (diff) | |
download | runit-631c2d5af9d613757a99ead225bf129362e4e29e.tar.gz runit-631c2d5af9d613757a99ead225bf129362e4e29e.tar.xz runit-631c2d5af9d613757a99ead225bf129362e4e29e.zip |
* doc/benefits.html: typo; wording.
1.6.0..
Diffstat (limited to 'doc/benefits.html')
-rw-r--r-- | doc/benefits.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/benefits.html b/doc/benefits.html index b55d48c..d2b9f47 100644 --- a/doc/benefits.html +++ b/doc/benefits.html @@ -33,7 +33,7 @@ By default a service is defined to be up, that means, if the service daemon dies, it will be restarted. Of course you can <a href="sv.8.html">tell runsv</a> otherwise. <p> -This reliable interface to control daemons and supervisors obsolete +This reliable interface to control daemons and supervisors obsoletes pid-guessing programs, such as <tt>pidof</tt>, <tt>killall</tt>, <tt>start-stop-daemon</tt>, which, due to guessing, are prone to failures by design. @@ -47,7 +47,7 @@ resource limits, open file descriptors, and controlling terminals. <p> You don't necessarily have that with <i>sysv init</i> scripts for example. It requires a carefully written init script that reliably cleans up and sets -the initial process state before starting the service daemon. +the process state before starting the service daemon. This adds even more complexity to the init script in comparison with a run script used by <i>runit</i>. Many of today's init scripts don't provide a clean process state, here is @@ -146,7 +146,7 @@ the default <a href="http://packages.debian.org/unstable/base/sysvinit.html"> sysvinit</a>. <p> -Stage 2 already is packaging friendly: +Stage 2 is packaging friendly: all a software package that provides a service needs to do is to include a <i>service directory</i> in the package, and to provide a symbolic link to this directory in <tt>/var/service/</tt>. |