diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-16 21:09:38 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-16 21:09:38 +0000 |
| commit | 41dec6436242c4daccdd9fdee3ac052004c439bd (patch) | |
| tree | ad554b53318b2a0880192f7f021908fd5f03254c /doc | |
| parent | 2505243cd4becc70b6745fb2da742ca8a456a3be (diff) | |
| download | s6-41dec6436242c4daccdd9fdee3ac052004c439bd.tar.gz | |
Refactor ftrig using sass; clean up API a bit, update its users
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/s6-svscan.html | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 5570d99..306d5b1 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -27,12 +27,12 @@ the root or a branch of a <em>supervision tree</em>. <h2> Interface </h2> <pre> - s6-svscan [ -d <em>notif</em> ] [ -X <em>consoleholder</em> ] [ -c max | -C services_max ] [ -L name_max ] [ -t <em>rescan</em> ] [ <em>scandir</em> ] + s6-svscan [ -d <em>notif</em> ] [ -X <em>consoleholder</em> ] [ -C services_max ] [ -L name_max ] [ -t <em>rescan</em> ] <em>scandir</em> </pre> <ul> - <li> If given a <em>scandir</em> argument, s6-svscan switches to it. Else it uses -its current directory as the <a href="scandir.html">scan directory</a>. </li> + <li> s6-svscan changes its working directory to <em>scandir</em>, which will serve +as its <a href="scandir.html">scan directory</a>. </li> <li> It exits 100 if another s6-svscan process is already monitoring this <a href="scandir.html">scan directory</a>. </li> <li> If the <tt>./.s6-svscan</tt> control directory does not exist, @@ -89,14 +89,6 @@ up to 200 bytes per service, also depending on the value of <em>name_max</em>. < descriptors to function properly and does not exceed its stack limit. The default of 1000 is safe and provides enough room for every reasonable system. </li> - <li> <tt>-c <em>max</em></tt> : a deprecated way of setting <em>services_max</em>. -If the <tt>-c</tt> option is given, the value of <em>max</em> is doubled, and the result -is used as <em>services_max</em>. The reason for the change is that previous versions -of s6-svscan handled services+loggers as a single entity; but this version of s6-svscan -handles services and loggers in the same way, so with the default values it's now possible -to handle e.g. 600 unlogged services, whereas previously you were limited to 500 because -s6-svscan was reserving room for the loggers. </li> - <li> <tt>-L <em>name_max</em></tt> : the maximum length of a name in the scan directory. Names longer than <em>name_max</em> won't be taken into account. Default is 251. It cannot be set lower than 11 or higher than 1019. </li> |
