File f496ce1d-virtlogd-lifecycle2.patch of Package libvirt.11509
commit f496ce1df35df7498bd3d9d7e113bb2eb3e51ba9
Author: Andrea Bolognani <abologna@redhat.com>
Date: Tue Sep 20 15:22:04 2016 +0200
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
Index: libvirt-2.0.0/src/logging/virtlogd.service.in
===================================================================
--- libvirt-2.0.0.orig/src/logging/virtlogd.service.in
+++ libvirt-2.0.0/src/logging/virtlogd.service.in
@@ -2,7 +2,6 @@
Description=Virtual machine log manager
Requires=virtlogd.socket
Before=libvirtd.service
-PartOf=libvirtd.service
Documentation=man:virtlogd(8)
Documentation=http://libvirt.org
Index: libvirt-2.0.0/src/logging/virtlogd.socket.in
===================================================================
--- libvirt-2.0.0.orig/src/logging/virtlogd.socket.in
+++ libvirt-2.0.0/src/logging/virtlogd.socket.in
@@ -1,7 +1,6 @@
[Unit]
Description=Virtual machine log manager socket
Before=libvirtd.service
-PartOf=libvirtd.service
[Socket]
ListenStream=@localstatedir@/run/libvirt/virtlogd-sock