From 5e17662d138fc9c9f70a4422eab059c2bdc9432d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 19 Jan 2020 00:35:34 +0000 Subject: Add -C and -B options, prepare for 1.0.4.0 --- doc/overview.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'doc/overview.html') diff --git a/doc/overview.html b/doc/overview.html index d779dd2..adaa414 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -80,7 +80,8 @@ procedure when the admin runs a halt, poweroff, reboot or shutdown command.
  • runlevel: the script executing a machine state change at boot time (normally invoked by rc.init, towards the default -runlevel) or when the administrator runs a telinit command.
  • +runlevel) or when the administrator runs a telinit command. +This script is unused in a container.
  • rc.shutdown.final: a script that will be run at the very end of the shutdown procedure, after all processes have been killed and all filesystems have been unmounted, just before the system @@ -110,21 +111,25 @@ via the -c option.
  • Some early services are defined in /run/service, and running. They are not seen by the service manager and should remain up all the time, until the machine shuts down: they are considered a part of the init system, -even if they're not process 1. Each of these services uses very few resources. -The services are: +even if they're not process 1. +Apart from s6-linux-init-shutdownd, which is necessary for the +machine (or container) to respond to shutdown requests, they are only present +depending on the configuration, and different +s6-linux-init-maker invocations will +yield different sets of services. The services are picked from this list:
  • -- cgit v1.3.1