diff options
author | Gerrit Pape <pape@smarden.org> | 2004-01-30 19:12:57 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-01-30 19:12:57 +0000 |
commit | 67e660f2f92866a6f677976d6f0c6656d5e8c4d0 (patch) | |
tree | d0b62bdb9b2caa9cda94b1a7293ca31d3d82fb46 /doc/dependencies.html | |
parent | c2c1f5633f2897d6125c5a8d90dcc09d568035b5 (diff) | |
download | runit-67e660f2f92866a6f677976d6f0c6656d5e8c4d0.tar.gz runit-67e660f2f92866a6f677976d6f0c6656d5e8c4d0.tar.xz runit-67e660f2f92866a6f677976d6f0c6656d5e8c4d0.zip |
some doc cleanup.
Diffstat (limited to 'doc/dependencies.html')
-rw-r--r-- | doc/dependencies.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dependencies.html b/doc/dependencies.html index f078146..d1c6ae7 100644 --- a/doc/dependencies.html +++ b/doc/dependencies.html @@ -10,15 +10,15 @@ <h1>runit - service dependencies</h1> <hr> <i>runit</i>'s service supervision resolves dependencies for service daemons -designed to be run by an supervisor process automatically. -The service daemon (or the corresponding <tt>run</tt> and <tt>finish</tt> -scripts) should behave as follows: +designed to be run by a supervisor process automatically. +The service daemon (or the corresponding <tt>run</tt> scripts) should behave +as follows: <ul> <li>before providing the service, check if all services it depends on are available. If not, exit with an error, the supervisor will then try again. <li>write all logs through <i>runit</i>'s logging facility. - The <a href="runsv.8.html">runsv</a> program takes care that all logs of + The <a href="runsv.8.html">runsv</a> program takes care that all logs for the service are written safely to disk. Therefore there's no need to depend on a system logging service. <li>optionally when the service is told to become down, take down other |