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/s6.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/s6.html')
| -rw-r--r-- | doc/s6.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/s6.html b/doc/s6.html index bfa771f..a5454c3 100644 --- a/doc/s6.html +++ b/doc/s6.html @@ -66,10 +66,10 @@ of its various exit codes. <h2 id="env"> Environment variables </h2> <ul> - <li> s6 reads the <code>S6_FRONTEND_CONF</code> environment variable + <li> s6 reads the <code>S6_CONF</code> environment variable containing the absolute path to the -<a href="s6-frontend.conf.html">configuration file</a> for the s6 command. </li> - <li> If this variable is unset, the default is <tt>/etc/s6-frontend.conf</tt>, +<a href="s6.conf.html">configuration file</a> for the s6 command. </li> + <li> If this variable is unset, the default is <tt>/etc/s6.conf</tt>, possibly overridden by the <tt>--conffile</tt> build-time configure option to s6-frontend. </li> </ul> @@ -79,7 +79,7 @@ s6-frontend. </li> <p> <em>global_options...</em> is a list of options that modify s6's behaviour and policies. They should generally not be used; instead, the behaviour should -be set in the <a href="s6-frontend.conf.html">configuration file</a>. +be set in the <a href="s6.conf.html">configuration file</a>. Nevertheless, if you need to override the configuration file settings for some reason, here you go. </p> @@ -224,7 +224,7 @@ The details are available <a href="s6_system.html">here</a>. <ul> <li> <tt>s6</tt> does not perform real operations itself. Instead, after -finding the path to its <a href="s6-frontend.conf.html">configuration file</a> +finding the path to its <a href="s6.conf.html">configuration file</a> <em>conf</em>, it rewrites itself into <code>envfile -I <em>conf</em> -- s6-frontend <em>global_options...</em> <em>command</em> <em>subcommand</em> <em>subcommand_options...</em> <em>args...</em></code> <ul> |
