diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-21 04:14:36 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-21 04:14:36 +0000 |
| commit | 88d8cd8e3bb44a106929c2ba6cebe7c0746ccbdd (patch) | |
| tree | 1da4f10fc5425a539c5082ba44e79032bf4eef2b /doc/s6_system.html | |
| parent | 0b3887df63a64ec469b32b368f5cddadecae90ea (diff) | |
| download | s6-frontend-88d8cd8e3bb44a106929c2ba6cebe7c0746ccbdd.tar.gz | |
Next batch of fixes, add s6 set delete
Diffstat (limited to 'doc/s6_system.html')
| -rw-r--r-- | doc/s6_system.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6_system.html b/doc/s6_system.html index a226a27..63055f8 100644 --- a/doc/s6_system.html +++ b/doc/s6_system.html @@ -97,11 +97,11 @@ only work if the machine makes use of s6-frontend has been configured to support it. On a machine that does not boot via s6-linux-init, a shutdown should be executed via the shutdown commands provided by your init system. In order for -the shutdown to be clean, the <code>s6 live stop_everything -E</code> +the shutdown to be clean, the <code>s6 live stop-everything -E</code> should be run before the init system performs a hard shutdown. For instance, if the system uses <tt>/etc/inittab</tt>, then the following line should appear in <tt>/etc/inittab</tt>: -<code>::shutdown:/usr/bin/s6 live stop_everything -E</code> +<code>::shutdown:/usr/bin/s6 live stop-everything -E</code> </p> <h3 id="reboot"> reboot </h3> |
