From 1bfba3b0be32306b078f5ee527b864e758b2c77b Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 26 Apr 2019 15:52:54 +0000
Subject: Make a single hpr. Full doc, first draft.
---
doc/s6-linux-init-shutdownd.html | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
(limited to 'doc/s6-linux-init-shutdownd.html')
diff --git a/doc/s6-linux-init-shutdownd.html b/doc/s6-linux-init-shutdownd.html
index b6ea412..f4cf8a0 100644
--- a/doc/s6-linux-init-shutdownd.html
+++ b/doc/s6-linux-init-shutdownd.html
@@ -3,8 +3,8 @@
- s6-linux-init: the s6-linux-init-shutdownd internal program
-
+ s6-linux-init: the s6-linux-init-shutdownd program
+
@@ -16,7 +16,7 @@
skarnet.org
- The s6-linux-init-shutdownd internal program
+ The s6-linux-init-shutdownd program
s6-linux-init-shutdownd is the daemon that manages the shutdown
@@ -27,7 +27,7 @@ directly by the user.
Interface
- s6-linux-init-shutdownd [ -b bindir ] [ -c basedir ] [ -g gracetime ] fifo
+ s6-linux-init-shutdownd [ -c basedir ] [ -g gracetime ] fifo
@@ -36,8 +36,9 @@ and listens to it. This is where programs such as
s6-linux-init-shutdown send their
commands when they are told to trigger the shutdown procedure.
- When it receives a command to shut down, s6-linux-init-shutdownd
-first spawns the stage3 script defined by the last
-s6-linux-init-maker invocation.
+first spawns the rc.shutdown script defined by the
+s6-linux-init-maker invocation that
+created the shutdownd service.
- When this script exits, s6-linux-init-shutdownd kills all
processes, first with a SIGTERM, then (after the grace time specified by
the shutdown command) with a SIGKILL.
@@ -56,9 +57,6 @@ machine.
Options
- - -b bindir : look for the
-execlineb
-script interpreter in the bindir directory. Default is /bin.
- -c basedir : look for the
stage3 and stage4 scripts in the basedir
directory. Default is /etc/s6-linux-init.
--
cgit v1.2.3