diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-22 16:53:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-22 16:53:50 +0000 |
commit | 2230676c105e369df568474ed81b2360c7833581 (patch) | |
tree | 41c862da29d7fad238359e7011d9197ba0cef035 /doc | |
parent | 6045e95e3633af28e9b76bff260abe10741b33c8 (diff) | |
download | s6-rc-2230676c105e369df568474ed81b2360c7833581.tar.xz |
Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should work
across s6-rc versions!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-rc-update.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/s6-rc-update.html b/doc/s6-rc-update.html index 965cc70..fc049b4 100644 --- a/doc/s6-rc-update.html +++ b/doc/s6-rc-update.html @@ -248,6 +248,12 @@ restart. </li> <h2> Notes </h2> <ul> + <li> The <em>live</em> argument to the <tt>-l</tt> option, if present, should +be the same argument that was given to the +<a href="s6-rc-init.html">s6-rc-init</a> invocation when the system was +booted. In other words: it should be the name of the symbolic link pointing +to the real directory containing the live information, not the name of the +real directory. </li> <li> The old compiled service database is left unchanged, and the new compiled service database is used in-place. If the machine is rebooted, the <a href="s6-rc-init.html">s6-rc-init</a> invocation will still boot on the |