From 7b9931e6403db6aeabb0ccc26e126dcf74cf3c03 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Jan 2023 01:33:51 +0000 Subject: Add doc for s6-instance-list and s6-instance-status Signed-off-by: Laurent Bercot --- doc/instances.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'doc/instances.html') diff --git a/doc/instances.html b/doc/instances.html index 78b3cd5..8f49923 100644 --- a/doc/instances.html +++ b/doc/instances.html @@ -65,18 +65,16 @@ supervision tree - the instanced service is an instances.
  • Create and delete instances at will with the s6-instance-create and -s6-instance-delete programs. Instances -are regular supervised processes; you can control them with -s6-instance-control. These tools are -online: they work with live service directories (i.e. that are -being supervised by s6-supervise). They -are really syntactic sugar around the -s6-svlink, -s6-svunlink and -s6-svc programs; they provide you with the -same functionality but allow you to address individual instances via the -instanced service name (the service directory running the nested -supervision tree) and the instance name.
  • +s6-instance-delete programs; you +can list all the available instances with +s6-instance-list. + These tools are online: they work with live service directories, +i.e. that are being supervised by s6-supervise. +
  • Instances are regular supervised processes. You can control individual +instances with s6-instance-control, +and check their status with +s6-instance-status. These tools +are online as well.
  • Internal workings

    @@ -101,6 +99,10 @@ process running on instance/name, and the instance may be up or not depending on the given options.
  • s6-instance-control is syntactic sugar around s6-svc on instance/name.
  • +
  • s6-instance-status is syntactic sugar +around s6-svstat on instance/name.
  • +
  • s6-instance-list is roughly equivalent +to ls -1 instance .
  • s6-instance-delete is syntactic sugar around s6-svunlink on instance/name.
  • -- cgit v1.2.3