diff options
author | Gerrit Pape <pape@smarden.org> | 2008-05-05 22:00:55 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2008-05-05 22:00:55 +0000 |
commit | bb91b27b141f8d75407a912df2c62a6695b7c6d9 (patch) | |
tree | 7a89f834b3bef54af5472c7a148a28ff90e33c9d /doc | |
parent | e99f95cf4d20ac0c72dbf8d52b6a5f71e4f53df0 (diff) | |
download | runit-bb91b27b141f8d75407a912df2c62a6695b7c6d9.tar.gz runit-bb91b27b141f8d75407a912df2c62a6695b7c6d9.tar.xz runit-bb91b27b141f8d75407a912df2c62a6695b7c6d9.zip |
doc/upgrade.html: upgrade from 1.8.0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 09643e9..11f5925 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -9,6 +9,19 @@ <hr> <h1>runit - upgrading from previous versions</h1> <hr> +<h3>1.8.0 to 1.9.0</h3> +The default directory for services is now <tt>/service/</tt>, and no longer +<tt>/var/service/</tt>. +To be consistent with the new default location, create a symlink when +upgrading +<pre> + # ln -s /var/service / +</pre> +When installing runit on a system that should comply with the Filesystem +Hierarchy Standard (FHS), neither <tt>/service/</tt> nor +<tt>/var/service/</tt> should be chosen, but <tt>/etc/service/</tt>. +It is recommended to create a compatibility symlink <tt>/service</tt> +pointing to <tt>/etc/service</tt> in this case. <h3>1.7.x to 1.8.0</h3> The <a href="runit.8.html">runit</a> program, the process no 1, has been fixed to reap dead processes that re-parented to process no 1 (zombies) |