mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 08:35:22 +00:00
aed0850e39
After deploying virtlogd by default we identified a number of mistakes in the systemd unit file. virtlockd's relationship to libvirtd is the same as virtlogd, so we must apply the same unit file fixes to virtlockd Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
10 lines
180 B
SYSTEMD
10 lines
180 B
SYSTEMD
[Unit]
|
|
Description=Virtual machine lock manager socket
|
|
Before=libvirtd.service
|
|
|
|
[Socket]
|
|
ListenStream=@localstatedir@/run/libvirt/virtlockd-sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|