diff options
author | Gerrit Pape <pape@smarden.org> | 2004-12-13 19:26:20 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-12-13 19:26:20 +0000 |
commit | 84d099f60354ba821eac550a6e0aa134e579c89e (patch) | |
tree | bd851883b4f54aa0c4ef46bae89abc0e53467091 /doc/upgrade.html | |
parent | b26892d1875e6275deb1b1a85fa0f827acbb955b (diff) | |
download | runit-84d099f60354ba821eac550a6e0aa134e579c89e.tar.gz runit-84d099f60354ba821eac550a6e0aa134e579c89e.tar.xz runit-84d099f60354ba821eac550a6e0aa134e579c89e.zip |
don't update timestamp in status when running ./finish; only sleep for a second
if ./run has been restarted within a second, and after updating status to down, normally up, want up.
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index cb08f36..5a777a4 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,6 +16,12 @@ controlling the service through commands normally sent by arbitrary actions through external programs can optionally be specified, and signalling of the service disabled if desired. See the <a href="runsv.8.html">man page</a> for details. +<p> +<a href="runsv.8.html">runsv</a> now reports the seconds since <tt>./run</tt> +has been started when running the <tt>./finish</tt> script, instead of the +seconds since <tt>./finish</tt> has been started. +It no longer reports immediately failing <tt>./run</tt> scripts as ``running'' +for up to one second, but as ``down, normally up, want up''. <h3>1.0.x to 1.1.0</h3> The <a href="svlogd.8.html">svlogd</a> program now interprets the ``e'' and ``E'' configuration options so that they can be combined to select or |