From 6f13cd197540af0bf5e87f87ab0e03548d9c5f64 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 27 Apr 2019 23:27:39 +0000 Subject: Doc fixes --- doc/s6-linux-init-maker.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/s6-linux-init-maker.html') diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index eed5d79..a9f6e8b 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -57,7 +57,7 @@ machine. If it is not the case, the system will fail to boot. [ -d dev_style ] \ [ -s env_store ] \ [ -e initial_envvar ] ... \ - [ -q ] finalsleeptime + [ -q finalsleeptime ] \ [ -D initdefault ] \ [ -U utmp_user ] \ dir @@ -104,7 +104,7 @@ which have been stored into env_store.
  • rc.shutdown: this script will be run as the shutdown sequence, when the administrator runs the shutdown, halt, poweroff or reboot -command. (As well as init 0, init 6. +command. (As well as init 0, init 6, telinit 0 and telinit 6 for compatibility reasons.) It should ask the service manager to bring all the services down, and exit when it's done (in other words: it should @@ -134,7 +134,7 @@ be accessible as /sbin/init.
  • When the kernel boots, it may run an initramfs first, but in any -case it then runs the basedir/init script, +case it then runs the /sbin/init script, also known as stage 1. This script is just an execution of the s6-linux-init program with some command-line options that are directly transferred from the @@ -181,8 +181,10 @@ service to clean up utmp records at user logout time. Check the s6-linux-init-logouthookd page for details.

    -

  • -p initial_path : the value to -set the PATH environment variable to, for all the starting processes. +
  • -p initial_path : the initial value +for the PATH environment variable, that will be transmitted to all the +starting process unless it's overridden by a PATH declaration via the +-e option. It is absolutely necessary for execline and s6 @@ -315,8 +317,7 @@ services are:
  • s6-svscan-log: the catch-all logger.
  • s6-linux-init-shutdownd: a service that listens to shutdown commands such as reboot and triggers the software -shutdown procedure. The service is asleep for the whole lifetime of -the machine and uses very few resources.
  • +shutdown procedure.
  • s6-linux-init-runleveld: a service that listens to runlevel change commands such as telinit and calls the runlevel script in a reproducible environment to bring the -- cgit v1.2.3