diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-14 08:57:24 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-14 08:57:24 +0000 |
| commit | 26c116e6ec1744e1a24aeafee71a979e3378909e (patch) | |
| tree | 70078def587fe4bad4292739af00da1cecab0254 /doc | |
| parent | b8adf8be420de08d566217ce0344d8710356ac42 (diff) | |
| download | s6-frontend-26c116e6ec1744e1a24aeafee71a979e3378909e.tar.gz | |
Support of s6-rc's --clean feature
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/s6_live.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/s6_live.html b/doc/s6_live.html index 0bb302d..acc0a07 100644 --- a/doc/s6_live.html +++ b/doc/s6_live.html @@ -119,7 +119,7 @@ command can wait forever. </dd> <h4> Interface </h4> <pre> - s6 live stop [ -n ] [ -t <em>timeout</em> ] <em>servicenames...</em> + s6 live stop [ -n ] [ -c ] [ -t <em>timeout</em> ] <em>servicenames...</em> </pre> <ul> @@ -134,6 +134,13 @@ as well as services that depends on them. </li> <dt> <tt>-n</tt>, <tt>--dry-run</tt> </dt> <dd> Only print what would be done; do not actually stop services. </dd> +<dt> <tt>-c</tt>, <tt>--clean</tt> </dt> +<dd> If there are services that were <em>pulled</em>, i.e. started +by way of the dependency engine without being explicitly listed in the +arguments of an <tt>s6 live start</tt> command (or in the default bundle +for the services started at boot), and the explicit services that pulled +them have been stopped, stop the pulled services as well. </dd> + <dt> <tt>-t <em>timeout</em></tt>, <tt>--timeout=<em>timeout</em></tt> </dt> <dd> If the whole change still hasn't completed after <em>timeout</em> milliseconds, stop waiting and don't attempt to perform the remaining |
