aboutsummaryrefslogtreecommitdiffstats
path: root/doc/overview.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-16 01:52:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-16 01:52:00 +0000
commit16a8a828163dc2344466fabbe7b2ae0383a033c2 (patch)
tree920c6ffd8b587c6354a1edd1bd82d50b46bf9416 /doc/overview.html
parent5129011f1e80b0243ec857abb10b15af03941b30 (diff)
downloads6-frontend-16a8a828163dc2344466fabbe7b2ae0383a033c2.tar.gz
s6_set changes: configurable set, remove load/save, add copy
Also add a configurable set to s6_live_install Don't unlist current in s6_repository_list
Diffstat (limited to 'doc/overview.html')
-rw-r--r--doc/overview.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/overview.html b/doc/overview.html
index f0f45f0..cd9f338 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -226,10 +226,10 @@ dependency tree dynamically. On the other hand, s6-frontend (and, more accuratel
the <a href="//skarnet.org/software/s6-rc/">s6-rc</a> service manager and its
<a href="//skarnet.org/software/s6-rc/repodefs.html">repo</a> commands),
separates the notion of <em>live database</em> and of <em>working set</em>
-entirely. The <em>working set</em> is worked on <em>offline</em>, without
+entirely. A <em>working set</em> is worked on <em>offline</em>, without
impacting the current machine state. You can <em>start</em> and <em>stop</em>
live services, but you can only <em>enable</em> or <em>disable</em>
-&mdash; or <em>mask</em> &mdash; services on the working set. Enabling a
+&mdash; or <em>mask</em> &mdash; services on a working set. Enabling a
service means that <em>next time you boot on the service database you are
working on</em>, that service will be automatically started. <br />
Once you have worked on a set of services you can replace the live
@@ -278,17 +278,17 @@ in which case it will give detailed information on its supervised instance. </td
<td> <tt>rc-status default</tt> </td>
<td> <tt>s6 live status</tt> or <tt>s6 set status</tt> </td>
<td> <tt>s6 live status</tt> shows the status of the current live database,
-<tt>s6 set status</tt> the status of the offline working set. </td>
+<tt>s6 set status</tt> the status of the <tt>current</tt> offline working set. </td>
</tr>
<tr>
<td> <tt>rc-update add foobar</tt> </td>
<td> <tt>s6 set enable foobar</tt> </td>
- <td> Enable service <tt>foobar</tt> in the offline working set. </td>
+ <td> Enable service <tt>foobar</tt> in the <tt>current</tt> offline working set. </td>
</tr>
<tr>
<td> <tt>rc-update del foobar</tt> </td>
<td> <tt>s6 set disable foobar</tt> </td>
- <td> Disable service <tt>foobar</tt> in the offline working set. </td>
+ <td> Disable service <tt>foobar</tt> in the <tt>current</tt> offline working set. </td>
</tr>
<tr>
<td> <tt>rc-update show</tt> </td>