libvirt/src/logging/virtlogd.socket.in
Daniel P. Berrange 323a329b26 Import stripped down virtlockd code as basis of virtlogd
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>
2015-11-26 14:28:55 +00:00

9 lines
154 B
SYSTEMD

[Unit]
Description=Virtual machine log manager socket
[Socket]
ListenStream=@localstatedir@/run/libvirt/virtlogd-sock
[Install]
WantedBy=sockets.target