mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
323a329b26
Copy the virtlockd codebase across to form the initial virlogd code. Simple search & replace of s/lock/log/ and gut the remote protocol & dispatcher. This gives us a daemon that starts up and listens for connections, but does nothing with them. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
9 lines
154 B
SYSTEMD
9 lines
154 B
SYSTEMD
[Unit]
|
|
Description=Virtual machine log manager socket
|
|
|
|
[Socket]
|
|
ListenStream=@localstatedir@/run/libvirt/virtlogd-sock
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|