diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-19 02:29:06 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-19 02:29:06 +0000 |
| commit | 8eb000d3d22fcf7850b43f75ed52068693430d3b (patch) | |
| tree | 9ce6403d9206a0707a44312a5ae7069e50a7e3d6 /doc/overview.html | |
| parent | 135468b32b12e2f2974b72c61e9d8390e562741e (diff) | |
| download | s6-frontend-8eb000d3d22fcf7850b43f75ed52068693430d3b.tar.gz | |
Add s6 set apply and s6 apply
Diffstat (limited to 'doc/overview.html')
| -rw-r--r-- | doc/overview.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/overview.html b/doc/overview.html index 84a81e1..f7f2c87 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -303,8 +303,9 @@ changes effective, the user needs to run <tt>s6 set commit</tt> then <tr> <td> <tt>openrc sysinit && openrc boot && openrc default</tt> </td> <td> <tt>s6 system boot</tt> </td> - <td> The existence of the <tt>sysinit</tt> and <tt>boot</tt> runlevels are a -historical wart that OpenRC still has to deal with; s6-frontend does not. </td> + <td> The <tt>sysinit</tt> and <tt>boot</tt> runlevels in OpenRC are only distinct +for historical reasons. s6-frontend does not make the distinction, all the services it +starts at boot time are in the <em>default bundle</em>. </td> </tr> <tr> <td> <tt>reboot</tt> </td> |
