mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
systemd: Drop Conflicts from virtproxyd sockets
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@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a319ef0115
commit
74c012c35e
@ -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',
|
||||
@ -225,7 +223,6 @@ if conf.has('WITH_REMOTE')
|
||||
'name': 'Libvirt proxy',
|
||||
'sockprefix': 'libvirt',
|
||||
'sockets': [ 'main', 'ro', 'admin', 'tcp', 'tls' ],
|
||||
'deps': 'Conflicts=' + libvirtd_socket_conflicts,
|
||||
}
|
||||
|
||||
openrc_init_files += {
|
||||
|
Loading…
x
Reference in New Issue
Block a user