Explorar el Código

Foreground yes for clamd

Serghey Rodin hace 9 años
padre
commit
bba62fee06
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      install/rhel/7/clamav/clamd.conf
  2. 1 1
      install/rhel/7/clamav/clamd.service

+ 1 - 1
install/rhel/7/clamav/clamd.conf

@@ -197,7 +197,7 @@ AllowSupplementaryGroups yes
 
 # Don't fork into background.
 # Default: no
-#Foreground yes
+Foreground yes
 
 # Enable debug messages in libclamav.
 # Default: no

+ 1 - 1
install/rhel/7/clamav/clamd.service

@@ -4,7 +4,7 @@ After = syslog.target nss-lookup.target network.target
 
 [Service]
 Type = simple
-ExecStart = /usr/sbin/clamd -c /etc/clamd.conf --nofork=yes
+ExecStart = /usr/sbin/clamd -c /etc/clamd.conf
 Restart = on-failure
 PrivateTmp = true