summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-07-27 14:02:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-07-27 14:02:51 +0000
commit042b7d0e92e4cf42506c79ab6bfe504ddb08dc86 (patch)
tree683bee819fdcbd87f48cd22b76de58409f354e67 /doc/index.html
parentc4f01cd510b5ec915f8821d39d3df282380ba375 (diff)
downloads6-042b7d0e92e4cf42506c79ab6bfe504ddb08dc86.tar.xz
- Doc fixes on notification, mentions of s6-rcv2.2.0.0
- version: 2.2.0.0
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 1e7d0a2..c4d232b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -33,7 +33,7 @@ a very small amount of code.
<p>
Examples of things you can do by assembling together several programs
-provided by s6:
+provided by s6 - besides process supervision:
</p>
<ul>
@@ -309,7 +309,9 @@ is a package to help you create a <tt>/sbin/init</tt> binary booting a
Linux system with s6-svscan as process 1. </li>
<li> <a href="https://github.com/just-containers/s6-overlay">s6-overlay</a>
is a project that automates integration of s6 into Docker images. </li>
- <li> <a href="http://jjacky.com/anopa">anopa</a> is a dependency-based
+ <li> <a href="http://skarnet.org/software/s6-rc/">s6-rc</a> is a
+dependency-based service manager for s6. </li>
+ <li> <a href="http://jjacky.com/anopa">anopa</a> is another dependency-based
service manager for s6. </li>
</ul>
@@ -318,7 +320,7 @@ service manager for s6. </li>
<ul>
<li> <tt>s6</tt> is discussed on the
-<a href="http://www.skarnet.org/lists.html#supervision">supervision</a> mailing-list. </li>
+<a href="http://skarnet.org/lists.html#supervision">supervision</a> mailing-list. </li>
</ul>
<h3> Similar work </h3>
@@ -346,6 +348,12 @@ different way than the previous items on this list. </li>
<ul>
<li> Felix von Leitner's <a href="http://www.fefe.de/minit/">minit</a> is an
init system for Linux, with process supervision capabilities. </li>
+ <li> <a href="http://git.suckless.org/sinit">suckless init</a> is
+considered by many as the smallest possible init. I disagree: suckless
+init is incorrect, because it
+has no supervision capabilities, and thus, killing all processes but init
+can brick the machine. Nevertheless, suckless init, like many other
+suckless projects, is a neat exercise in minimalism. </li>
<li> <a href="http://freshmeat.net/projects/sysvinit/">sysvinit</a> is the
traditional init system for Linux. </li>
<li> <a href="http://upstart.ubuntu.com/">Upstart</a> is a well-known init system