mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Foreground yes for clamd
This commit is contained in:
parent
a563a913ed
commit
bba62fee06
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ AllowSupplementaryGroups yes
|
||||||
|
|
||||||
# Don't fork into background.
|
# Don't fork into background.
|
||||||
# Default: no
|
# Default: no
|
||||||
#Foreground yes
|
Foreground yes
|
||||||
|
|
||||||
# Enable debug messages in libclamav.
|
# Enable debug messages in libclamav.
|
||||||
# Default: no
|
# Default: no
|
||||||
|
|
|
@ -4,7 +4,7 @@ After = syslog.target nss-lookup.target network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type = simple
|
Type = simple
|
||||||
ExecStart = /usr/sbin/clamd -c /etc/clamd.conf --nofork=yes
|
ExecStart = /usr/sbin/clamd -c /etc/clamd.conf
|
||||||
Restart = on-failure
|
Restart = on-failure
|
||||||
PrivateTmp = true
|
PrivateTmp = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue