Re: [libvirt] [PATCH 1/4] remote: use Wants instead of Requires for libvirtd sockets

2019-08-26 Thread Ján Tomko
On Fri, Aug 23, 2019 at 04:11:40PM +0100, Daniel P. Berrangé wrote: To facilitate upgrades from earlier versions of libvirt which did not use socket activation for libvirtd, we want to allow the libvirtd socket units to be disabled (masked). This can only be supported if we use the warker Wants

[libvirt] [PATCH 1/4] remote: use Wants instead of Requires for libvirtd sockets

2019-08-23 Thread Daniel P . Berrangé
To facilitate upgrades from earlier versions of libvirt which did not use socket activation for libvirtd, we want to allow the libvirtd socket units to be disabled (masked). This can only be supported if we use the warker Wants statement instead of Requires. Signed-off-by: Daniel P. Berrangé ---