Package: src:ospd-openvas Version: 1.0.1-1 Dear Maintainer,
currently the following patch [1] is applied to the ospd-openvas.service systemd file so that it is started before the gvmd.service. But as seen in the gvmd.service [2] the service is accessing the following socket: --osp-vt-update=/run/ospd/ospd.sock which is provided by ospd-openvas. This means that the socket mentioned in that parameter might not be available yet once the gvmd.service is started. I'm not sure about the effects of this but i would change it so that gvmd.service is started after ospd-openvas.service. Regards, [1] https://salsa.debian.org/pkg-security-team/ospd-openvas/-/blob/3b9bfa913825606c1580694b8bf8b5f27b7da7d1/debian/patches/adapt-ospd-openvas.service.patch [2] https://salsa.debian.org/pkg-security-team/gvmd/-/blob/b1cf764952205dc9da6ccc0e58d05931f28204ac/debian/gvmd.service#L14