summaryrefslogtreecommitdiff
path: root/doc/s6-linux-init-nuke.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-09 18:19:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-09 18:19:21 +0000
commitca8d2c96ea09cb33ff6fef33c0314c24fc6a026a (patch)
tree08cfbbbb0c7dc84154dea30e86fe2adc582d1d45 /doc/s6-linux-init-nuke.html
parent2fa0acdd248c006270010196ad02e530d8ab09ea (diff)
downloads6-linux-init-ca8d2c96ea09cb33ff6fef33c0314c24fc6a026a.tar.xz
Make it work with the new s6. Add s6-linux-init-nuke.
Diffstat (limited to 'doc/s6-linux-init-nuke.html')
-rw-r--r--doc/s6-linux-init-nuke.html51
1 files changed, 51 insertions, 0 deletions
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>