update always_run documentation

svn path=/trunk/boinc/; revision=4448
This commit is contained in:
Matt Lebofsky 2004-10-27 21:10:28 +00:00
parent 774313effb
commit bd95b5341d
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,7 @@ htmlspecialchars("
<task>
[ <host>foobar</host> ]
[ <disabled>1</disabled> ]
[ <always_run>1</always_run> ]
<cmd>get_load</cmd>
<output>get_load.out</output>
<period>5 min</period>
@ -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 &lt;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 &lt;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
&lt;always_run> element (&lt;disabled> takes precedence over &lt;always_run>).
";
page_tail();
?>