diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-23 03:59:18 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-23 03:59:18 +0000 |
| commit | 23455556a553917226802d697f8eb5221c86e6a7 (patch) | |
| tree | b3528a8a4e6fc06cf399bb1ed74e893033d10307 | |
| parent | aa3945f0084593fb72426edf2cd8f5a7ae55d7c0 (diff) | |
| download | s6-frontend-23455556a553917226802d697f8eb5221c86e6a7.tar.gz | |
Credit heliocat; add explanation for s6_process
| -rw-r--r-- | AUTHORS | 3 | ||||
| -rw-r--r-- | doc/s6_process.html | 8 |
2 files changed, 11 insertions, 0 deletions
@@ -1,2 +1,5 @@ Main author: Laurent Bercot <ska-skaware@skarnet.org> + +Contributors: + Colin Booth <colin@heliocat.net> diff --git a/doc/s6_process.html b/doc/s6_process.html index 01c68fa..9247716 100644 --- a/doc/s6_process.html +++ b/doc/s6_process.html @@ -30,6 +30,14 @@ instance of <a href="//skarnet.org/software/s6/s6-supervise.html">s6-supervise</a> supervising it. </p> +<p> + The point of <tt>s6 process</tt> is to make it easier to send commands to +supervised services, by not requiring the user to know where the <em>scandir</em> +is or the details of <a href="//skarnet.org/software/s6/s6-svc.html"></a>. +Instead of <code>s6-svc -r /run/service/foobar</code>, the user can type +<code>s6 process restart foobar</code> for the same effect. +</p> + <h2 id="interface"> Interface </h2> <pre> |
