diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-29 20:25:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-29 20:25:40 +0000 |
commit | ee111aabf49128fe88968f658b0f4b683a3caa00 (patch) | |
tree | 4e62e9b5728eb711ff48d8ff017ab48aeb6f9775 /doc/faq.html | |
parent | 381b64487199a9edd46e84f7ff134722c3c3bcfc (diff) | |
download | s6-rc-ee111aabf49128fe88968f658b0f4b683a3caa00.tar.xz |
- some work on s6-rc-update
- add s6-rc-bundle and relevant doc
Diffstat (limited to 'doc/faq.html')
-rw-r--r-- | doc/faq.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/faq.html b/doc/faq.html index 4776b00..2fe7acd 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -196,10 +196,14 @@ you don't want up anymore: <tt>s6-rc -p change runlevel-2</tt>. <p> Bundles are easy to use, they're flexible, and they're powerful. They give you the same level of functionality as runlevels would, and more. +You can even add bundles to compiled service databases - including the +live one - or remove bundles from them without having to recompile them: +that's what the <a href="s6-rc-bundle.html">s6-rc-bundle</a> utility is +for. </p> <p> - Use bundles. + When in doubt, use bundles. </p> </body> |