Skip to content

Commit bba62fe

Browse files
author
Serghey Rodin
committed
Foreground yes for clamd
1 parent a563a91 commit bba62fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/rhel/7/clamav/clamd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ AllowSupplementaryGroups yes
197197

198198
# Don't fork into background.
199199
# Default: no
200-
#Foreground yes
200+
Foreground yes
201201

202202
# Enable debug messages in libclamav.
203203
# Default: no

install/rhel/7/clamav/clamd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After = syslog.target nss-lookup.target network.target
44

55
[Service]
66
Type = simple
7-
ExecStart = /usr/sbin/clamd -c /etc/clamd.conf --nofork=yes
7+
ExecStart = /usr/sbin/clamd -c /etc/clamd.conf
88
Restart = on-failure
99
PrivateTmp = true
1010

0 commit comments

Comments
 (0)