From a73c94f6adf37f2f7af655b016d8f03209ecdc46 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 11 Jan 2023 12:36:30 +0000 Subject: Doc fixes Signed-off-by: Laurent Bercot --- doc/instances.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/instances.html') diff --git a/doc/instances.html b/doc/instances.html index 53b42e4..de0d0d4 100644 --- a/doc/instances.html +++ b/doc/instances.html @@ -16,7 +16,7 @@ skarnet.org

-

Dynamic instantiation under s6

+

Dynamic instantiation

An instanced service is a parameterized service that you want to @@ -50,8 +50,8 @@ instanced services.

  • Write a template for a service directory that would run under s6-supervise. The run script should take the name of the instance as its -first argument; the finish script should take the name of the -instance as its third argument.
  • +first argument; the finish script, if present, should take the name +of the instance as its third argument.
  • Call the s6-instance-maker program with this template as first argument, and a path dir as second argument. s6-instance-maker will create @@ -101,10 +101,10 @@ or not depending on the given options.
  • 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.
  • +
  • s6-instance-list is roughly equivalent +to ls -1 instance .
  • Notes

    -- cgit v1.2.3