diff --git a/doc/configuration.php b/doc/configuration.php index 7b0de32b70..65c6ea68fa 100644 --- a/doc/configuration.php +++ b/doc/configuration.php @@ -46,6 +46,7 @@ htmlspecialchars(" [ foobar ] [ 1 ] + [ 1 ] get_load get_load.out 5 min @@ -92,6 +93,10 @@ and the process is sent a SIGHUP in a DISABLE operation. Both tasks and daemons can run on a different host (specified by <host>). The default is the project's main host, which is specified in config.host A daemon or task can be turned off by adding the <disabled> element. +As well, there may be some tasks you wish to run via cron regardless of +whether or not the project is enabled (for example, a script that logs the +current CPU load of the host machine). You can do so by adding the +<always_run> element (<disabled> takes precedence over <always_run>). "; page_tail(); ?>