]> git.ipfire.org Git - thirdparty/libvirt.git/commit
systemd: Augment Requires/Wants with After
authorAndrea Bolognani <abologna@redhat.com>
Mon, 25 Sep 2023 15:16:20 +0000 (17:16 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 2 Oct 2023 08:41:07 +0000 (10:41 +0200)
commit2ca96a810ed0b5e65a47fdbb9aaa3b2761c76332
tree1761ec763047dfb0415b9e7d35017970b1c96e14
parent087a6198778764bdc9bcc1f43d488be5c39e6d1e
systemd: Augment Requires/Wants with After

Requires/Wants only tells systemd that the corresponding unit
should be started when the current one is, but that could very
well happen in parallel. For virtlogd/virtlockd, we want the
socket to be already active when the hypervisor driver is
started.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/libxl/virtxend.service.extra.in
src/locking/virtlockd.service.in
src/logging/virtlogd.service.in
src/qemu/virtqemud.service.extra.in
src/remote/libvirtd.service.in
src/virtd.service.in