diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:18:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:18:57 +0000 |
commit | c86f75f7ca6ea42d7a992f0871e6bd069dd522df (patch) | |
tree | fa3fd8449c819b9c9071692eaca3b6b6354228d0 /doc/overview.html | |
parent | d4a52b47609803e0ff791e34e1b99191d59861f6 (diff) | |
download | s6-rc-c86f75f7ca6ea42d7a992f0871e6bd069dd522df.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/overview.html b/doc/overview.html index af62e68..9b375cf 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -103,7 +103,7 @@ A bundle, however, cannot have dependencies. <p> Unlike other service managers such as -<a href="http://jjacky.com/anopa/">anopa</a>, s6-rc separates the +<a href="https://jjacky.com/anopa/">anopa</a>, s6-rc separates the work of analyzing a set of service definitions, resolving dependencies, and so on, from the work of actually applying the dependency graph to perform live state changes. The former is @@ -180,7 +180,7 @@ script can actually be really short: an invocation of The administrator can make changes to the live state of the machine by manually calling <a href="s6-rc.html">s6-rc</a> again with the proper arguments. This is more powerful than the old -<a href="http://www.tldp.org/LDP/sag/html/run-levels-intro.html">runlevels</a>: +<a href="https://www.tldp.org/LDP/sag/html/run-levels-intro.html">runlevels</a>: it is possible to change the live state to <em>any</em> set of services, not only predefined ones. The only thing that s6-rc will not allow is a state that would break service dependencies; it |