mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
12003a66d1
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>
14 lines
253 B
SYSTEMD
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
|