From af9550cfe7ea35590d9c8e246ebeaa32f6469966 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 4 Jun 2026 09:47:23 +0000 Subject: Prepare for 2.15.1.0; add s6-svscanboot Also fix links on why.html. s6-svscanboot doc coming soon. --- doc/index.html | 7 ++++--- doc/overview.html | 12 +++++++++++- doc/s6-svscan-not-1.html | 18 ++++++++---------- doc/s6-svscan.html | 2 +- doc/upgrade.html | 5 +++-- doc/why.html | 6 +++--- 6 files changed, 30 insertions(+), 20 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 53d0b49..d9b8918 100644 --- a/doc/index.html +++ b/doc/index.html @@ -89,7 +89,7 @@ requirement if you link against the shared version of the skalibs library.
  • (Optional, but really recommended for full functionality): execline version -2.9.9.1 or later. When s6 is built with execline support (which is the default), +2.9.9.2 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with execlineb.
  • @@ -116,8 +116,8 @@ want nsswitch-like functionality:

    Download

    In some of the following examples, we'll assume that /command/s6-svscanboot -is the name of the script you are using to start s6-svscan. We will also assume +is the name of the program you are using to start s6-svscan. We will also assume that all of the s6 executables are available through the /command path. Adjust this accordingly.

    @@ -76,7 +74,7 @@ config file with telinit q.

    Example

    -
     SV:123456:respawn:/command/s6-svscanboot 
    +
    SV:123456:respawn:/command/s6-svscanboot -c /dev/console /run/service
    @@ -97,7 +95,7 @@ stop on runlevel [!2345] oom never respawn -exec /command/s6-svscanboot +exec /command/s6-svscanboot -c /dev/console /run/service @@ -149,7 +147,7 @@ file with kill -s HUP 1.

    Example

    -
     sv /command/s6-svscanboot "" on 
    +
     sv "/command/s6-svscanboot -c /dev/console /run/service" "" on 

    MacOS launchd

    diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 5a09527..fc50f60 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -28,7 +28,7 @@ the root or a branch of a supervision tree.

    Interface

    -     s6-svscan [ -d notif ] [ -X consoleholder ] [ -C services_max ] [ -L name_max ] [ -t rescan ] scandir
    +     s6-svscan [ -d notif ] [ -X consoleholder ] [ -C services_max ] [ -L name_max ] [ -t rescan ] scandir
     

    -- cgit v1.3.1