From e7dc6510922fc3ed14df061a1bac552da59b62e9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 9 Jun 2026 03:54:33 +0000 Subject: Change default storelist and configuration file Default storelist becomes /usr/share/s6/sources:/etc/s6/sources Default configuration file becomes /etc/s6.conf Conffile environment variable becomes S6_CONF --- doc/overview.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/overview.html') diff --git a/doc/overview.html b/doc/overview.html index 2571d60..f0f45f0 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -141,11 +141,11 @@ But who are we to criticize if it works for them? 🤭 installed by the package manager, one for local modifications, and possibly one that is managed by the distribution outside of any package. The default store list for s6-frontend is -/usr/share/s6-frontend/s6-rc/sources:/etc/s6-frontend/s6-rc/sources, +/usr/share/s6/sources:/etc/s6/sources, which means that the package manager should install service definition -directories in /usr/share/s6-frontend/s6-rc/sources, and that +directories in /usr/share/s6/sources, and that administrators should do their local modifications in -/etc/s6-frontend/s6-rc/sources. You can modify this store list +/etc/s6/sources. You can modify this store list at build time with the --storelist configure option, or after installation in the s6-frontend configuration file, see below. @@ -176,8 +176,8 @@ we recommend downloading the demo stores and put them in your storelist. -
  • Define a configuration file, -located at /etc/s6-frontend.conf unless you modified the default at +
  • Define a configuration file, +located at /etc/s6.conf unless you modified the default at build time. If you have gone with all the defaults for all the packages in the s6 ecosystem, the configuration file can basically be empty; but you will probably at least want to define the storelist variable.
  • -- cgit v1.3.1