Ptachirana skripta zbog vlasništva nad last-version-check.txt
[clamav-unofficial-sigs.git] / os.conf
diff --git a/os.conf b/os.conf
index 3982773..cf99926 100644 (file)
--- a/os.conf
+++ b/os.conf
@@ -3,36 +3,35 @@
 # This is property of eXtremeSHOK.com
 # You are free to use, modify and distribute, however you may not remove this notice.
 # Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
+# License: BSD (Berkeley Software Distribution)
 ##################
 #
 # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
-# 
-# Originially based on: 
-# Script provide by Bill Landry (unofficialsigs@gmail.com).
-#
-# License: BSD (Berkeley Software Distribution)
 #
 ##################
 #
-# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG 
+# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
 #
 ################################################################################
-# SEE MASTER.CONF FOR CONFIG EXPLAINATIONS
+# SEE MASTER.CONF FOR CONFIG EXPLANATIONS
 ################################################################################
 # Rename to os.conf to enable this file
 ################################################################################
 
-# Debian 8 (Jessie)
+# Debian 9+ (stretch, buster)
 
 clam_user="clamav"
 clam_group="clamav"
 
+logrotate_group="adm"
+
 clam_dbs="/var/lib/clamav"
 
-clamd_pid="/var/run/clamd.pid"
+clamd_pid="/run/clamav/clamd.pid"
 
-clamd_restart_opt="service clamav-daemon restart"
+#systemd.
+clamd_restart_opt="systemctl restart clamav-daemon.service"
 
-#clamd_socket="/var/run/clamav/clamd.ctl"
+#clamd_socket="/run/clamav/clamd.ctl"
 
 # https://eXtremeSHOK.com ######################################################