]> xenbits.xensource.com Git - libvirt.git/commitdiff
systemd: Introduce temporary libvirtd_socket*_in values
authorAndrea Bolognani <abologna@redhat.com>
Thu, 21 Sep 2023 14:15:33 +0000 (16:15 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 2 Oct 2023 08:41:07 +0000 (10:41 +0200)
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>
src/meson.build

index b7c2076c04cd7ba29d07fb159c6ebb47f06fba5d..2fbf98b9fe2684867d2c1ba12a5d6409e7831723 100644 (file)
@@ -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)