Hi,
while looking into this on a current buster system I saw the the default
configuration path stated in /etc/clamav/clamd.conf is:
LocalSocket /var/run/clamav/clamd.ctl
Also the package seems to correctly create /var/run/clamav and sets permissions:
$ ll /var/run/
...
drwxr-xr-x 2 clamav
Package: clamav-daemon
Version: 0.100.1+dfsg-1
Severity: minor
/etc/systemd/system/clamav-daemon.service.d/extend.conf
> ExecStartPre=-/bin/mkdir /run/clamav
results in
> ExecStartPre=/bin/mkdir /run/clamav (code=exited, status=1/FAILURE)
because the directory already exists...
Possible fix:
2 matches
Mail list logo