summaryrefslogtreecommitdiff
path: root/doc/s6-reboot.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-reboot.html')
-rw-r--r--doc/s6-reboot.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/s6-reboot.html b/doc/s6-reboot.html
new file mode 100644
index 0000000..9d2c594
--- /dev/null
+++ b/doc/s6-reboot.html
@@ -0,0 +1,38 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="Content-Language" content="en" />
+ <title>s6-linux-utils: the s6-reboot program</title>
+ <meta name="Description" content="s6-linux-utils: the s6-reboot program" />
+ <meta name="Keywords" content="s6 linux administration root utilities reboot power shutdown" />
+ <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ </head>
+<body>
+
+<p>
+<a href="index.html">s6-linux-utils</a><br />
+<a href="http://skarnet.org/software/">Software</a><br />
+<a href="http://skarnet.org/">skarnet.org</a>
+</p>
+
+<h1> The <tt>s6-reboot</tt> program </h1>
+
+<p>
+<tt>s6-reboot</tt> syncs the filesystems and reboots the machine
+immediately.
+</p>
+
+<p> This is different from the sysvinit <tt>reboot</tt>
+command, which is an alias for <tt>shutdown -r</tt>. The
+s6-linux-utils <tt>s6-reboot</tt> command is more or less equivalent to
+sysvinit's <tt>reboot -f</tt>.
+</p>
+
+<h2> Interface </h2>
+
+<pre>
+ s6-reboot
+</pre>
+
+</body>
+</html>