Bug#905048: clamav-daemon: Missing -p argument in ExecStartPre (mkdir)

2019-05-08 Thread Robert Haist
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

Bug#905048: clamav-daemon: Missing -p argument in ExecStartPre (mkdir)

2018-07-30 Thread Christian Schrötter
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: