aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-11-02 07:16:27 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2017-11-02 07:16:27 +0100
commit953eb789e37728e1b9ba4449c72962e08cc5fb15 (patch)
treed1727559586ae1590cce74ed6e44a17e66ce621c
parente1b1f0c8e8cef87508fe84d08633b2264fb0e501 (diff)
downloadsavane-gray-953eb789e37728e1b9ba4449c72962e08cc5fb15.tar.gz
savane-gray-953eb789e37728e1b9ba4449c72962e08cc5fb15.tar.bz2
sv_cleaner: Fix documentation
-rw-r--r--backend/misc/sv_cleaner8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/misc/sv_cleaner b/backend/misc/sv_cleaner
index d89d965..594e2bb 100644
--- a/backend/misc/sv_cleaner
+++ b/backend/misc/sv_cleaner
@@ -416,8 +416,8 @@ During normal operation, B<sv_cleaner> performs the following seven tasks.
Each of them is given a symbolic I<ITEM> name, which can be given on the
command line to request performing that task alone. Most data items are
assigned a timeout value, after which they are considered stale. These
-timeouts are set in the B<%sys_cleaner_timeout> global variable using
-corresponding I<ITEM> names as keys.
+timeouts are set in the B<backend.sv_cleaner.timeout> configuration
+section using corresponding I<ITEM> names as keywords.
=over 8
@@ -524,9 +524,9 @@ B<1>, or B<on>).
Use this variable to temporarily or permanently disable the cronjob, without
editing the crontab file.
-=item B<%sys_cleaner_timeout>
+=item B<backend.sv_cleaner.timeout.I<ITEM>>
-Configures timeouts for each specific data item. Item names (see the
+Configures timeouts for each specific data I<ITEM>. Item names (see the
B<DESCRIPTION>) serve as keys. Values are timeouts in human-readable
form, e.g. B<"1 day">, B<"6 hours">, etc.

Return to:

Send suggestions and report system problems to the System administrator.