mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +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>
16 lines
312 B
SYSTEMD
16 lines
312 B
SYSTEMD
[Unit]
|
|
Description=libvirt @name@ daemon socket
|
|
Conflicts=libvirtd.socket
|
|
After=libvirtd.socket
|
|
|
|
[Socket]
|
|
ListenStream=@runstatedir@/libvirt/@sockprefix@-sock
|
|
Service=@service@.service
|
|
SocketMode=@sockmode@
|
|
RemoveOnStop=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|
|
Also=@service@-ro.socket
|
|
Also=@service@-admin.socket
|