]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virtlogd: Don't stop or restart along with libvirtd
authorAndrea Bolognani <abologna@redhat.com>
Tue, 20 Sep 2016 13:22:04 +0000 (15:22 +0200)
committerCole Robinson <crobinso@redhat.com>
Wed, 10 May 2017 19:28:07 +0000 (15:28 -0400)
commit89b75be23cd5b5d6fdb610369b9c62026f91fac1
treeb7813222fdea2eca4e0c0ed5c41e9560c33f39c1
parent322b7037d4cdd37da531e9c4e39d1359c11e7e37
virtlogd: Don't stop or restart along with libvirtd

Commit 839a060 tied the lifecycle of virtlogd more
closely to that of libvirtd. Unfortunately, while starting
virtlogd when libvirtd is started is definitely a good idea,
restarting virtlogd or shutting it down at any time outside
of system poweroff is not.

Revert part of that commit by removing the PartOf= lines,
meaning that only startup requests will be propagated from
libvirtd to virtlogd.

Resolves: https://bugzilla.redhat.com/1372576
(cherry picked from commit f496ce1df35df7498bd3d9d7e113bb2eb3e51ba9)
src/logging/virtlogd.service.in
src/logging/virtlogd.socket.in