diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:23:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:23:06 +0000 |
commit | 5c025cd94e9213050656fff9bdf1a689155dad62 (patch) | |
tree | a7fc2c0e7f5f5c7beae76b36897dafcb8d735825 | |
parent | ce0a1a2ecfbbcd102ac27943a33706431fc85fee (diff) | |
download | s6-5c025cd94e9213050656fff9bdf1a689155dad62.tar.xz |
Doc clarification
-rw-r--r-- | doc/s6-svscanctl.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/s6-svscanctl.html b/doc/s6-svscanctl.html index 6340c14..02ded9f 100644 --- a/doc/s6-svscanctl.html +++ b/doc/s6-svscanctl.html @@ -44,7 +44,9 @@ reaper mechanism. </li> <li> <tt>-a</tt> : Alarm. s6-svscan will immediately perform a scan of <em>scandir</em> to check for services. </li> <li> <tt>-b</tt> : abort. s6-svscan will exec into its finishing -procedure. It will not kill any of the maintained s6-supervise processes. </li> +procedure. It will not kill any of the maintained s6-supervise processes, +unless a <tt>t</tt> or <tt>q</tt> option is also present before the <tt>b</tt> +option in the s6-svscanctl invocation. </li> <li> <tt>-h</tt> : Reload configuration. s6-svscan will perform a scan, and destroy inactive services. Equivalent to <tt>-an</tt>. </li> <li> <tt>-i</tt> : equivalent to <tt>-t</tt> below. </li> |