Yet another fix for clamd@ service

This commit is contained in:
Sérgio M. Basto 2018-01-17 17:20:04 +00:00
parent 82c4e87a7b
commit 99fd834836
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ Description = clamd scanner (%i) daemon
After = syslog.target nss-lookup.target network.target
[Service]
Type = simple
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf --foreground=yes
Type = forking
ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf
Restart = on-failure