From 12868f261b1e822ae7f132216c2a5a380a163102 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Mon, 12 Jan 2026 04:12:40 +0000
Subject: Don't use tables
---
doc/s6-frontend.conf.html | 92 ++++++++++++++++++++---------------------------
1 file changed, 38 insertions(+), 54 deletions(-)
(limited to 'doc/s6-frontend.conf.html')
diff --git a/doc/s6-frontend.conf.html b/doc/s6-frontend.conf.html
index 9a83e2d..fbf284c 100644
--- a/doc/s6-frontend.conf.html
+++ b/doc/s6-frontend.conf.html
@@ -56,70 +56,54 @@ simple key = value lines, comments permitted.
The variables that can be set are the following:
-
- | Name | Contents | Default |
-
-
- | scandir |
- The directory where s6-svscan
-is running. |
- /run/service (possibly overridden by the --scandir build-time configure option to
+
+
+- scandir
+- The directory where s6-svscan
+is running.
+The default is /run/service (possibly overridden by the --scandir build-time configure option to
or to
-s6-frontend)
|
-
-
-
- | livedir |
- The directory hosting the live service database managed by
-s6-rc |
- /run/s6-rc (possibly overridden by the --livedir build-time configure option to
+s6-frontend).
+
+ livedir
+ The directory hosting the live service database managed by
+s6-rc.
+The default is /run/s6-rc (possibly overridden by the --livedir build-time configure option to
or to
-s6-frontend) |
-
-
-
- | repodir |
- The directory hosting the repository of service sets managed by the
-s6-rc repo commands |
- /var/lib/s6-rc/repository (possibly overridden by the --repodir build-time configure option to
+s6-frontend).
+
+ repodir
+ The directory hosting the repository of service sets managed by the
+s6-rc repo commands.
+The default is /var/lib/s6-rc/repository (possibly overridden by the --repodir build-time configure option to
or to
-s6-frontend) |
-
+s6-frontend).
-
- | bootdb |
- The path to the boot-time compiled service database |
- /etc/s6-rc/compiled/current (possibly overridden by the --bootdb build-time configure option to
+ bootdb
+ The path to the boot-time compiled service database.
+The default is /etc/s6-rc/compiled/current (possibly overridden by the --bootdb build-time configure option to
or to
-s6-frontend) |
-
-
-
- | stmpdir |
- A directory suitable for root-only runtime data and temporary files for s6-frontend |
- /run/s6-frontend (possibly overridden by the --stmpdir build-time configure option to
-s6-frontend) |
-
-
-
- | storelist |
- A colon-separated (:) list of directories containing the
+s6-frontend).
+
+ stmpdir
+ A directory suitable for root-only runtime data and temporary files for s6-frontend.
+The default is /run/s6-frontend (possibly overridden by the --stmpdir build-time configure option to
+s6-frontend).
+
+ storelist
+ A colon-separated (:) list of directories containing the
stores of s6-rc service
-definition directories |
- /usr/share/s6-frontend/s6-rc/sources:/etc/s6-frontend/s6-rc/sources
+definition directories.
+The default is /usr/share/s6-frontend/s6-rc/sources:/etc/s6-frontend/s6-rc/sources
(possibly overridden by the --storelist build-time configure option to
-s6-frontend) |
-
+s6-frontend).
-
- | verbosity |
- The default verbosity for s6 and its invoked commands. 0 is
+ verbosity
+ The default verbosity for s6 and its invoked commands. 0 is
terse (only print fatal error messages), 1 is normal (print error messages and warnings),
over 1 is increasingly verbose (print informational messages, up to tracing and debug
-messages at level 4-5) |
- 1 |
-
-
+messages at level 4-5). The default is