The <ahref="https://skarnet.org/software/s6">s6</a> and <ahref="https://skarnet.org/software/s6">s6-rc</a> programs each handle and use several kinds of services and different files. It is quite complex to understand and manage the relationship between all those files and services. If you're interested in the details you should read <ahref="https://skarnet.org/software/s6/servicedir.html">the documentation for the s6 servicedir</a> and also about <ahref="https://skarnet.org/software/s6/servicedir.html"><em>classic</em></a>, <ahref="https://skarnet.org/software/s6-rc/s6-rc-compile.html"><em>oneshot</em>, <em>longrun</em> (also called <em>atomic</em> services) and <em>bundle</em> services</a> on Obarun. The frontend service file of 66 tools allows you to deal with all these different services in a centralized manner in one single place.
The <ahref="https://skarnet.org/software/s6">s6</a> and <ahref="https://skarnet.org/software/s6">s6-rc</a> programs each handle and use several kinds of services and different files. It is quite complex to understand and manage the relationship between all those files and services. If you're interested in the details you should read <ahref="https://skarnet.org/software/s6/servicedir.html">the documentation for the s6 servicedir</a> and also about <ahref="https://skarnet.org/software/s6/servicedir.html"><em>classic</em></a>, <ahref="https://skarnet.org/software/s6-rc/s6-rc-compile.html"><em>oneshot</em>, <em>longrun</em> (also called <em>atomic</em> services), <em>bundle</em></a> and <em>module</em> services on Obarun. The frontend service file of 66 tools allows you to deal with all these different services in a centralized manner in one single place.
<br>
By default 66 tools expects to find any service files in <tt>%%service_system%%</tt> although this can be changed at compile time by passing the <tt>--with-service-path=<em>DIR</em></tt> option to <tt>./configure.</tt>
</p>
...
...
@@ -89,6 +89,9 @@
<li>
<ahref="#environment">[environment]</a>
</li>
<li>
<ahref="#regex">[regex]</a>
</li>
</ul>
<p>
...
...
@@ -204,6 +207,25 @@ long/path</pre>
<ul>
<pre>MYKEY=
MYVALUE</pre>
</ul>
<br><hr><br>
<li>
<tt><b>colon</b></tt> : A value between double colons followed by a <tt>pair</tt> syntax.