From bd95b5341d1fcd43c2c46fa1942ceacd0def1b51 Mon Sep 17 00:00:00 2001 From: Matt Lebofsky Date: Wed, 27 Oct 2004 21:10:28 +0000 Subject: [PATCH] update always_run documentation svn path=/trunk/boinc/; revision=4448 --- doc/configuration.php | 5 +++++ 1 file changed, 5 insertions(+) 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(); ?>