From: Andrea Bolognani Date: Thu, 21 Sep 2023 14:15:33 +0000 (+0200) Subject: systemd: Introduce temporary libvirtd_socket*_in values X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d51c2e08a862072aff7b8dffd3c1281e3be67e8f;p=libvirt.git 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/src/meson.build b/src/meson.build index b7c2076c04..2fbf98b9fe 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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)