diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-16 21:54:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-16 21:54:15 +0000 |
commit | 7b2faca5b09131f1559a65a3487cee16fe3393c6 (patch) | |
tree | 46ff787d52438e76972a6b4270af394199aade4b /doc | |
parent | 930c7fbcc1c236328d0875f857c9ae03d5ad03ec (diff) | |
download | s6-rc-7b2faca5b09131f1559a65a3487cee16fe3393c6.tar.xz |
s6-rc-update bigfux
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> |