aboutsummarylogtreecommitdiffstats
path: root/kesl.ini
diff options
context:
space:
mode:
authorTF2022-01-11 16:47:49 +0100
committerTF2022-01-11 16:49:09 +0100
commitd22054ece9f64dbff7da1dc4267c35ceb0e020e5 (patch)
tree2ef96dd3a305e4ea4db231f4ea335d0669814e99 /kesl.ini
parent10378af16833219b4422e9831cfde595ebd6cee4 (diff)
downloadaur-d22054ece9f64dbff7da1dc4267c35ceb0e020e5.tar.gz
new: enable auto-update of virus database
can be configured or disabled in kesl.ini Signed-off-by: TF <mail@sedi.one>
Diffstat (limited to 'kesl.ini')
-rw-r--r--kesl.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/kesl.ini b/kesl.ini
index e111de946b6f..7e0bfe0bc6f2 100644
--- a/kesl.ini
+++ b/kesl.ini
@@ -41,3 +41,11 @@ USE_GUI=Yes
# Default (if unset) is none (i.e root only)
# Package default is to add the user who's currently installing
ADMIN_USER=@YOU@
+
+# specific arch params to enable scheduled updates
+# as there is no option within the auto install ini:
+# can be y only. if you do not want to enable automatic updates outcomment the following:
+SCHEDULE_AUTOUPDATES=y
+# update interval in minutes (when SCHEDULE_AUTOUPDATES=y).
+# e.g. set this to "120" to run it once (at a random interval) within 120 minutes:
+SCHEDULE_UPDATE_INTERVAL=120