summarylogtreecommitdiffstats
path: root/os.conf
diff options
context:
space:
mode:
Diffstat (limited to 'os.conf')
-rw-r--r--os.conf14
1 files changed, 10 insertions, 4 deletions
diff --git a/os.conf b/os.conf
index 65b9c6cbd056..00f94bd868e5 100644
--- a/os.conf
+++ b/os.conf
@@ -13,7 +13,8 @@
# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
#
################################################################################
-# SEE MASTER.CONF FOR CONFIG EXPLAINATIONS
+# SEE MASTER.CONF FOR CONFIG EXPLANATIONS
+################################################################################
# DO NOT MAKE ANY CHANGES to this file.
# Use user.conf to OVERRIDE THE OPTIONS IN THIS FILE
################################################################################
@@ -21,17 +22,19 @@
# Archlinux specific settings
clam_user="clamav"
clam_group="clamav"
+clam_dbs="/var/lib/clamav"
clamd_pid="/run/clamav/clamd.pid"
-clamd_reload_opt="/usr/bin/systemctl reload clamav-daemon.service"
-clamd_restart_opt="/usr/bin/systemctl restart clamav-daemon.service"
+clamd_reload_opt="/usr/bin/systemctl try-reload-or-restart clamav-daemon.service"
+clamd_restart_opt="/usr/bin/systemctl try-restart clamav-daemon.service"
clamd_socket="/run/clamav/clamd.ctl"
pkg_mgr="pacman"
pkg_rm="pacman"
+allow_upgrades="no"
+allow_update_checks="no"
# the following are already the defaults but we still set them to make sure
# that any change to master.conf in future does not affect Arch setup
setmode="yes"
-clam_dbs="/var/lib/clamav"
reload_dbs="yes"
work_dir="/var/lib/clamav-unofficial-sigs"
log_file_path="/var/log/clamav-unofficial-sigs"
@@ -39,9 +42,12 @@ log_file_name="clamav-unofficial-sigs.log"
keep_db_backup="no"
remove_bad_database="yes"
remove_disabled_databases="no"
+debug="no"
# disabled as they are currently crashing clamd (version 0.100)
enable_yararules="no"
# defaults are now good enough to run out-of-box
user_configuration_complete="yes"
+
+# https://eXtremeSHOK.com ######################################################