diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-12-23 11:48:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-12-23 11:48:48 +0000 |
commit | 8bbfc319248c0cbeb57edc45f26d1c972d32f505 (patch) | |
tree | 593057b04a6d8531a5d881fd892bced6f8354389 /doc | |
parent | 76c5586ea0b3b98ae42f2000c94c04297391f1af (diff) | |
download | s6-8bbfc319248c0cbeb57edc45f26d1c972d32f505.tar.xz |
Add ?processor support to s6-log
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-log.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/s6-log.html b/doc/s6-log.html index 6538017..5cc4529 100644 --- a/doc/s6-log.html +++ b/doc/s6-log.html @@ -237,6 +237,11 @@ an unpadded, unlimited status file. By default, <em>statussize</em> is 1001. </l <tt>execlineb</tt> must be found in s6-log's PATH. If <em>processor</em> is empty, no processor will be set for the next logdirs. By default, no processor is set. </li> + <li> <strong>?<em>processor</em></strong>: registers +<tt>/bin/sh -c <em>processor</em></tt> as a processor for the next logdirs. +It is just like the <tt>!</tt> directive, except that the processor string +is interpreted by <tt>/bin/sh</tt>, not <tt>execlineb</tt>. It is useful +for people who have built s6 without execline support. </li> <li> <strong>t</strong>: the logged line will be prepended with a <a href="//skarnet.org/software/skalibs/libstddjb/tai.html">TAI64N timestamp</a> (and a space) before being processed by the next action |