mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
systemd: Introduce temporary libvirtd_socket*_in values
These will be useful during the upcoming migration to common templates for systemd units and will be dropped as soon as all services have been converted. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
cbe04f1a56
commit
d51c2e08a8
@ -191,6 +191,10 @@ virt_test_aug_dir = datadir / 'augeas' / 'lenses' / 'tests'
|
||||
# guest unit files to install
|
||||
guest_unit_files = []
|
||||
|
||||
libvirtd_socket_in = files('remote' / 'libvirtd.socket.in')
|
||||
libvirtd_socket_ro_in = files('remote' / 'libvirtd-ro.socket.in')
|
||||
libvirtd_socket_admin_in = files('remote' / 'libvirtd-admin.socket.in')
|
||||
|
||||
# virt_daemon_units:
|
||||
# generate libvirt daemon systemd unit files
|
||||
# * service - name of the service (required)
|
||||
|
Loading…
x
Reference in New Issue
Block a user