diff options
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/overview.html b/doc/overview.html index 2a90ee6..0d8dce0 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -217,5 +217,15 @@ provided in the packages, an invocation of keep the live state up to date. </p> +<h2> Live bundle modifications </h2> + +<p> + It is possible to change bundle definitions in a compiled service +database, including the live one, without recompiling everything by +calling <a href="s6-rc-compile.html">s6-rc-compile</a>. The +<a href="s6-rc-bundle.html">s6-rc-bundle</a> tool can edit compiled +databases to add bundles to them, or delete bundles from them. +</p> + </body> </html> |