From 6f85f86357d70570195e7a97a8b7fbb779c82230 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 23 May 2017 11:03:22 +0000 Subject: Switch doc to schemeless URLs --- doc/overview.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/overview.html') diff --git a/doc/overview.html b/doc/overview.html index 18c5f29..2be2ca5 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -6,14 +6,14 @@ s6: an overview - +

s6
-Software
-skarnet.org +Software
+skarnet.org

An overview of s6

@@ -138,9 +138,9 @@ a supervisor for the supervisors. It watches and maintains a collection of s6-supervise processes: it is the branch of the supervision tree that all supervisors are stemming from. It can be run and -supervised +supervised by your regular init process, or it can -run as +run as process 1 itself. Running s6-svscan as process 1 currently requires some manual effort from the user, because of the inherent non-portability of init processes; future versions of s6 will automate that effort and @@ -278,7 +278,7 @@ sometimes, they are daemons themselves, designed to be supervised.

- s6, like other skarnet.org + s6, like other skarnet.org software, makes heavy use of chain loading, also known as "Bernstein chaining": a lot of s6 tools will @@ -288,7 +288,7 @@ in a very flexible way, by combining the right components in the right order. Very often, a run script can be reduced to a single command line - likely a long one, but still a single one. (That is the main reason why using the -execline language +execline language to write run scripts is recommended: execline makes it natural to handle long command lines made of massive amounts of chain loading. This is by no means mandatory, though: a run script can be any executable file you want, @@ -365,7 +365,7 @@ specific order - that order being automatically computed from a graph of dependencies between services. That functionality belongs to a service manager, and is implemented for instance in the -s6-rc package. +s6-rc package.

Additional utilities

-- cgit v1.3.1