libvirt/src/virtd-tcp.socket.in
Andrea Bolognani 12003a66d1 systemd: Improve and unify unit descriptions
Hypervisors are referred to by their user-facing name rather
than the name of their libvirt driver, the monolithic daemon is
explicitly referred to as legacy, and a consistent format is
used throughout.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2023-10-02 10:41:07 +02:00

14 lines
253 B
SYSTEMD

[Unit]
Description=libvirt @name@ daemon non-TLS IP socket
BindsTo=@service@.socket
After=@service@.socket
Conflicts=libvirtd-tcp.socket
After=libvirtd-tcp.socket
[Socket]
ListenStream=16509
Service=@service@.service
[Install]
WantedBy=sockets.target