diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-rc-update.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/s6-rc-update.html b/doc/s6-rc-update.html index ac8377a..965cc70 100644 --- a/doc/s6-rc-update.html +++ b/doc/s6-rc-update.html @@ -245,5 +245,18 @@ restart. </li> <li> It will rename <tt>sqld</tt> to <tt>mysqld</tt> and make it restart. </ul> +<h2> Notes </h2> + +<ul> + <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 +old compiled unless more work is performed. It is recommended to keep a +<tt>current</tt> symbolic link to the current compiled, to always +<a href="s6-rc-init.html">s6-rc-init</a> on <tt>current</tt>, and to +make <tt>current</tt> point to the new compiled right after a s6-rc-update +invocation. </li> +</ul> + </body> </html> |