From: Andrea Bolognani Date: Thu, 21 Sep 2023 15:39:43 +0000 (+0200) Subject: systemd: Drop libvirtd_socket*_in values X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3d257c765688b98e22e0dde281d01ff174f7eac2;p=libvirt.git systemd: Drop libvirtd_socket*_in values Now that the migration to common templates has been completed, we no longer need these. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/src/meson.build b/src/meson.build index 0fbefe37d5..541ca61101 100644 --- a/src/meson.build +++ b/src/meson.build @@ -191,10 +191,6 @@ 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)