OBS User unknown
2008-02-25 16:07:24 +00:00
committed by Git OBS Bridge
parent 1d3a9d1a07
commit 4994c01313
10 changed files with 256 additions and 32 deletions

View File

@@ -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.