Hello,

when clamav-daemon is installed on debian 10.6, the systemd settings contain ExecStartPre=/bin/mkdir /var/run/clamav (this setting is found in /etc/systemd/system/clamav-daemon.service.d/extend.conf). Except for the first time clamav-daemon is started, this produces an error because /var/run/clamav exists. Why is mkdir not called with the -p switch like so?
ExecStartPre=/bin/mkdir -p /run/clamav

I do not see any downside to this. Is there an official way to propose a change?

Regards,

Milan

_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clamav-devel

Reply via email to