From 16a8a828163dc2344466fabbe7b2ae0383a033c2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 Jun 2026 01:52:00 +0000 Subject: 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 --- 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 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 s6-rc service manager and its repo commands), separates the notion of live database and of working set -entirely. The working set is worked on offline, without +entirely. A working set is worked on offline, without impacting the current machine state. You can start and stop live services, but you can only enable or disable -— or mask — services on the working set. Enabling a +— or mask — services on a working set. Enabling a service means that next time you boot on the service database you are working on, that service will be automatically started.
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. rc-status default s6 live status or s6 set status s6 live status shows the status of the current live database, -s6 set status the status of the offline working set. +s6 set status the status of the current offline working set. rc-update add foobar s6 set enable foobar - Enable service foobar in the offline working set. + Enable service foobar in the current offline working set. rc-update del foobar s6 set disable foobar - Disable service foobar in the offline working set. + Disable service foobar in the current offline working set. rc-update show -- cgit v1.3.1