This commit is contained in:
committed by
Git OBS Bridge
parent
1d3a9d1a07
commit
4994c01313
@@ -38,17 +38,16 @@
|
||||
|
||||
# Optional path to the global temporary directory.
|
||||
# Default: system specific (usually /tmp or /var/tmp).
|
||||
@@ -69,22 +65,22 @@
|
||||
@@ -69,7 +65,7 @@
|
||||
|
||||
# Path to a local socket file the daemon will listen on.
|
||||
# Default: disabled (must be specified by a user)
|
||||
-LocalSocket /tmp/clamd.socket
|
||||
+#LocalSocket /var/lib/clamav/clamd-socket
|
||||
+LocalSocket /var/lib/clamav/clamd-socket
|
||||
|
||||
# Remove stale socket after unclean shutdown.
|
||||
# Default: no
|
||||
-#FixStaleSocket yes
|
||||
+FixStaleSocket yes
|
||||
@@ -77,14 +73,14 @@
|
||||
|
||||
# TCP port address.
|
||||
# Default: no
|
||||
@@ -65,16 +64,16 @@
|
||||
|
||||
# Maximum length the queue of pending connections may grow to.
|
||||
# Default: 15
|
||||
@@ -142,7 +138,7 @@
|
||||
# Run as another user (clamd must be started by root to make this option
|
||||
# working).
|
||||
@@ -141,7 +137,7 @@
|
||||
|
||||
# Run as another user (clamd must be started by root for this option to work)
|
||||
# Default: don't drop privileges
|
||||
-#User clamav
|
||||
+User vscan
|
||||
|
||||
# Initialize supplementary group access (clamd must be started by root).
|
||||
# Default: no
|
||||
@@ -323,6 +319,10 @@
|
||||
@@ -326,6 +322,10 @@
|
||||
##
|
||||
|
||||
# Enable Clamuko. Dazuko (/dev/dazuko) must be configured and running.
|
||||
|
Reference in New Issue
Block a user