diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 3 | ||||
-rw-r--r-- | doc/s6-linux-init-nuke.html | 51 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
3 files changed, 55 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 81e7749..0f62a6b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -115,7 +115,7 @@ all the other packages against the <em>static</em> version of libskarnet. <ul> <li> The current released version of s6-linux-init is -<a href="s6-linux-init-1.0.5.2.tar.gz">1.0.5.2</a>. </li> +<a href="s6-linux-init-1.0.6.0.tar.gz">1.0.6.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-init/">s6-linux-init git repository</a>: @@ -168,6 +168,7 @@ permanent error (such as a misuse). <li><a href="s6-linux-init-telinit.html">The <tt>s6-linux-init-telinit</tt> program</a></li> <li><a href="s6-linux-init-logouthookd.html">The <tt>s6-linux-init-logouthookd</tt> program</a></li> <li><a href="s6-linux-init-echo.html">The <tt>s6-linux-init-echo</tt> program</a></li> +<li><a href="s6-linux-init-nuke.html">The <tt>s6-linux-init-nuke</tt> program</a></li> <li><a href="s6-linux-init-umountall.html">The <tt>s6-linux-init-umountall</tt> program</a></li> </ul> diff --git a/doc/s6-linux-init-nuke.html b/doc/s6-linux-init-nuke.html new file mode 100644 index 0000000..4cd3c0d --- /dev/null +++ b/doc/s6-linux-init-nuke.html @@ -0,0 +1,51 @@ +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Language" content="en" /> + <title>s6-linux-init: the s6-linux-init-nuke program</title> + <meta name="Description" content="s6-linux-init: the s6-linux-init-nuke program" /> + <meta name="Keywords" content="s6-linux-init command s6-linux-init-nuke nuke kill killall process shutdown" /> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> + </head> +<body> + +<p> +<a href="index.html">s6-linux-init</a><br /> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> +</p> + +<h1> The <tt>s6-linux-init-nuke</tt> program </h1> + +<p> + s6-linux-init-nuke kills alls processes immediately. +</p> + +<h2> Interface </h2> + +<pre> + s6-linux-init-nuke +</pre> + +<p> + s6-linux-init-nuke sends a SIGKILL to every process on the system. +(Process 1 will be unaffected.) +</p> + +<p> + Do not try this at home. +</p> + +<h2> Notes </h2> + +<ul> + <li> This program only exists so the s6-linux-init package can be +self-contained and avoid relying on the existence of an external +<tt>kill</tt> program. It is only run in the very improbable case +that <a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a> +crashes, in a container situation. </li> +</ul> + +</body> +</html> diff --git a/doc/upgrade.html b/doc/upgrade.html index afa96fb..6ae4bd8 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,7 +18,7 @@ <h1> What has changed in s6-linux-init </h1> -<h2> in 1.0.5.2 </h2> +<h2> in 1.0.6.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> @@ -31,6 +31,7 @@ dependency bumped to 2.10.0.0. </li> optional dependency bumped to 0.0.2.3. </li> <li> <a href="//skarnet.org/software/utmps/">utmps</a> optional dependency bumped to 0.0.3.3. </li> + <li> New binary: <a href="s6-linux-init-nuke.html">s6-linux-init-nuke</a>. </li> </ul> <h2> in 1.0.5.1 </h2> |