The idea behind these is to prevent running both modular daemons
and monolithic daemon at the same time. We will implement a more
effective solution for that shortly.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/remote/meson.build | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/remote/meson.build b/src/remote/meson.build
index 73a9f0a986..5ee6d4e61c 100644
--- a/src/remote/meson.build
+++ b/src/remote/meson.build
@@ -128,8 +128,6 @@ libvirtd_socket_unit_files = [
'libvirtd-tls.socket',
]
-libvirtd_socket_conflicts = ' '.join(libvirtd_socket_unit_files)
-
logrotate_files = [
'libvirtd.qemu',
'libvirtd.lxc',
@@ -229,9 +227,6 @@ if conf.has('WITH_REMOTE')
'name': 'Libvirt proxy',
'sockprefix': 'libvirt',
'sockets': [ 'main', 'ro', 'admin', 'tcp',
'tls' ],
- 'socket_unit_extra': [
- 'Conflicts=' + libvirtd_socket_conflicts,
- ],
}
openrc_init_files += {
--
2.41.0