aboutsummaryrefslogtreecommitdiffstats
path: root/doc/s6.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-18 05:53:03 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-18 05:53:03 +0000
commit6ec8fe53c5c178fca3fde6ec63257e65f53dc58a (patch)
treee34e178f6203747249b685aeb4472b78f238ab6a /doc/s6.html
parent16a8a828163dc2344466fabbe7b2ae0383a033c2 (diff)
downloads6-frontend-6ec8fe53c5c178fca3fde6ec63257e65f53dc58a.tar.gz
Add enable/disable/start/stop/kill shortcuts and live reset
Diffstat (limited to 'doc/s6.html')
-rw-r--r--doc/s6.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/s6.html b/doc/s6.html
index a5454c3..0f6fc39 100644
--- a/doc/s6.html
+++ b/doc/s6.html
@@ -220,6 +220,20 @@ to shut the system down.
The details are available <a href="s6_system.html">here</a>.
</p>
+<h3 id="shortcuts"> shortcuts </h3>
+
+<p>
+ Some common subcommands have shortcuts, for ease of typing.
+</p>
+
+<ul>
+ <li> <tt>s6 enable</tt> is a shortcut for <a href="s6_set.html#enable"><tt>s6 set enable</tt></a>. </li>
+ <li> <tt>s6 disable</tt> is a shortcut for <a href="s6_set.html#disable"><tt>s6 set disable</tt></a>. </li>
+ <li> <tt>s6 start</tt> is a shortcut for <a href="s6_live.html#start"><tt>s6 live start</tt></a>. </li>
+ <li> <tt>s6 stop</tt> is a shortcut for <a href="s6_live.html#stop"><tt>s6 live stop</tt></a>. </li>
+ <li> <tt>s6 kill</tt> is a shortcut for <a href="s6_process.html#kill"><tt>s6 process kill</tt></a>. </li>
+</ul>
+
<h2 id="notes"> Notes </h2>
<ul>