diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-09 03:54:33 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-09 03:54:33 +0000 |
| commit | e7dc6510922fc3ed14df061a1bac552da59b62e9 (patch) | |
| tree | c0c4c0496feeff650c5544b5e7d9b2b43b08e6a2 /doc/overview.html | |
| parent | 86d072b07cff432b3ab558ab6747260828bec192 (diff) | |
| download | s6-frontend-e7dc6510922fc3ed14df061a1bac552da59b62e9.tar.gz | |
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
Diffstat (limited to 'doc/overview.html')
| -rw-r--r-- | doc/overview.html | 10 |
1 files changed, 5 insertions, 5 deletions
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? 🤭 </li> installed by the package manager, one for local modifications, and possibly one that is managed by the distribution outside of any package. The default <em>store list</em> for s6-frontend is -<tt>/usr/share/s6-frontend/s6-rc/sources:/etc/s6-frontend/s6-rc/sources</tt>, +<tt>/usr/share/s6/sources:/etc/s6/sources</tt>, which means that the package manager should install service definition -directories in <tt>/usr/share/s6-frontend/s6-rc/sources</tt>, and that +directories in <tt>/usr/share/s6/sources</tt>, and that administrators should do their local modifications in -<tt>/etc/s6-frontend/s6-rc/sources</tt>. You can modify this store list +<tt>/etc/s6/sources</tt>. You can modify this store list at build time with the <tt>--storelist</tt> configure option, or after installation in the s6-frontend configuration file, see below. </li> </ul> </li> @@ -176,8 +176,8 @@ we recommend downloading the demo stores</a> and put them in your storelist. </li> </ul> </li> </ul> </li> - <li> Define a <a href="s6-frontend.conf.html">configuration file</a>, -located at <tt>/etc/s6-frontend.conf</tt> unless you modified the default at + <li> Define a <a href="s6.conf.html">configuration file</a>, +located at <tt>/etc/s6.conf</tt> 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 <tt>storelist</tt> variable. </li> |
