mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
f496ce1df3
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
10 lines
178 B
SYSTEMD
10 lines
178 B
SYSTEMD
[Unit]
|
|
Description=Virtual machine log manager socket
|
|
Before=libvirtd.service
|
|
|
|
[Socket]
|
|
ListenStream=@localstatedir@/run/libvirt/virtlogd-sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|