diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-31 12:06:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-01-31 12:06:01 +0000 |
commit | 80d231165357cf0d57b23dfe3b0aa16c7cb79545 (patch) | |
tree | 6f24601042b3088ff89a6f34788db6406806be00 /doc/instances.html | |
parent | ae972753206764373d4bce367e642eb31f0df68c (diff) | |
download | s6-80d231165357cf0d57b23dfe3b0aa16c7cb79545.tar.gz s6-80d231165357cf0d57b23dfe3b0aa16c7cb79545.tar.xz s6-80d231165357cf0d57b23dfe3b0aa16c7cb79545.zip |
Prepare for 2.11.2.1, move template location, change file list
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/instances.html')
-rw-r--r-- | doc/instances.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/instances.html b/doc/instances.html index de0d0d4..41c5722 100644 --- a/doc/instances.html +++ b/doc/instances.html @@ -86,13 +86,12 @@ here for informational purposes. <ul> <li> The service directory created by <a href="s6-instance-maker.html">s6-instance-maker</a> -has two specific subdirectories in it: <tt>instance</tt> and <tt>instances</tt>. They -are initially empty, except that the template service directory is stored in -<tt>instances/.template</tt>. </li> +has three specific subdirectories in it: <tt>instance</tt> and <tt>instances</tt>, which +are initially empty, and <tt>template</tt>, storing the template service directory. </li> <li> When the service is active, there is an <a href="s6-svscan.html">s6-svscan</a> process running on <tt>instance</tt>. </li> <li> <a href="s6-instance-create.html">s6-instance-create</a> makes a copy of -<tt>instances/.template</tt> into <tt>instances/<em>name</em></tt>, and +<tt>template</tt> into <tt>instances/<em>name</em></tt>, and <a href="s6-svlink.html">s6-svlink</a>s <tt>instances/<em>name</em></tt> to <tt>instance</tt>. When it returns, there is an <a href="s6-supervise.html">s6-supervise</a> process running on <tt>instance/<em>name</em></tt>, and the instance may be up |