mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 08:05:24 +00:00
1163fa36b7
- Pass VIRTLOCKD_ARGS through to virtlockd. - Use SIGUSR1, not SIGHUP, in ExecReload. At present, virtlockd only responds to the former. - Have "systemctl enable virtlockd.service" enable virtlockd.socket, rather than throw an error. - Make virtlockd.socket wanted by sockets.target, rather than multi-user.target. This is consistent with other socket units in Fedora, and it ensures that the socket is available before libvirtd is started. Signed-off-by: Michael Chapman <mike@very.puzzling.org>
9 lines
156 B
SYSTEMD
9 lines
156 B
SYSTEMD
[Unit]
|
|
Description=Virtual machine lock manager socket
|
|
|
|
[Socket]
|
|
ListenStream=@localstatedir@/run/libvirt/virtlockd-sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|