]> git.ipfire.org Git - thirdparty/libvirt.git/commit
systemd: Add missing Service for virtlogd/virtlockd
authorAndrea Bolognani <abologna@redhat.com>
Tue, 19 Sep 2023 13:20:16 +0000 (15:20 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 26 Sep 2023 14:55:28 +0000 (16:55 +0200)
commitec51404924a9fa31fa9e5ec92e465ab79bb2bc41
tree03a2430d5a117430095006f1fab0816d5c2c76da
parent06f12fd0411e8f247491da91133890c575c5c486
systemd: Add missing Service for virtlogd/virtlockd

While systemd will automatically match foo.socket with foo.service
based on their names, it's nicer to connect the two explicitly.

This is what we do for all services, with virtlogd and virtlockd
being the only exceptions.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/locking/virtlockd.socket.in
src/logging/virtlogd.socket.in