[contextualprocess] Improve config docs
This commit is contained in:
parent
dc91255ff5
commit
b795fd82bb
@ -7,14 +7,13 @@
|
|||||||
# When a given global value (string) equals a given value, then
|
# When a given global value (string) equals a given value, then
|
||||||
# the associated command is executed.
|
# the associated command is executed.
|
||||||
#
|
#
|
||||||
# The special top-level keys *dontChroot* and *timeout* have
|
|
||||||
# meaning just like in shellprocess.conf. They are excluded from
|
|
||||||
# the comparison with global variables.
|
|
||||||
#
|
|
||||||
# Configuration consists of keys for global variable names (except
|
# Configuration consists of keys for global variable names (except
|
||||||
# *dontChroot* and *timeout*), and the sub-keys are strings to compare
|
# *dontChroot* and *timeout*), and the sub-keys are strings to compare
|
||||||
# to the variable's value. If the variable has that particular value, the
|
# to the variable's value. If the variable has that particular value, the
|
||||||
# corresponding value (script) is executed.
|
# corresponding value (script) is executed. The top-level keys *dontChroot*
|
||||||
|
# and *timeout* are not global variable names. They have
|
||||||
|
# meaning just like in shellprocess.conf, that is they
|
||||||
|
# determine **where** the command runs and how long it has.
|
||||||
#
|
#
|
||||||
# The variable **may** contain dots, in which case the dot is used
|
# The variable **may** contain dots, in which case the dot is used
|
||||||
# to select into maps inside global storage, e.g.
|
# to select into maps inside global storage, e.g.
|
||||||
|
Loading…
Reference in New Issue
Block a user