Re: [libvirt PATCH 40/42] systemd: Drop BindTo/After between sockets

2023-09-27 Thread Andrea Bolognani
On Wed, Sep 27, 2023 at 10:55:04AM +0100, Daniel P. Berrangé wrote: > On Mon, Sep 25, 2023 at 08:58:38PM +0200, Andrea Bolognani wrote: > > They are unnecessary, since all sockets for a service are now > > enabled as soon as one of them is and each service has a very > > strong dependency on all

Re: [libvirt PATCH 40/42] systemd: Drop BindTo/After between sockets

2023-09-27 Thread Daniel P . Berrangé
On Mon, Sep 25, 2023 at 08:58:38PM +0200, Andrea Bolognani wrote: > They are unnecessary, since all sockets for a service are now > enabled as soon as one of them is and each service has a very > strong dependency on all of its sockets. You earlier modified the .service units to have BindsTo=

[libvirt PATCH 40/42] systemd: Drop BindTo/After between sockets

2023-09-25 Thread Andrea Bolognani
They are unnecessary, since all sockets for a service are now enabled as soon as one of them is and each service has a very strong dependency on all of its sockets. Signed-off-by: Andrea Bolognani --- src/locking/virtlockd-admin.socket.in | 2 -- src/logging/virtlogd-admin.socket.in | 2 --