We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a563a91 commit bba62feCopy full SHA for bba62fe
install/rhel/7/clamav/clamd.conf
@@ -197,7 +197,7 @@ AllowSupplementaryGroups yes
197
198
# Don't fork into background.
199
# Default: no
200
-#Foreground yes
+Foreground yes
201
202
# Enable debug messages in libclamav.
203
install/rhel/7/clamav/clamd.service
@@ -4,7 +4,7 @@ After = syslog.target nss-lookup.target network.target
4
5
[Service]
6
Type = simple
7
-ExecStart = /usr/sbin/clamd -c /etc/clamd.conf --nofork=yes
+ExecStart = /usr/sbin/clamd -c /etc/clamd.conf
8
Restart = on-failure
9
PrivateTmp = true
10
0 commit comments