mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
libvirt: fixed virsh network problem
Virsh uses dnsmasq for its default bridged network. The dnsmasq daemon is configured to starts on all public interfaces. Modified the config file of the libvirtd daemon to stop the existing dnsmasq daemon to enable virsh to work properly. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
parent
93a8aadc0d
commit
14bf4ce9a0
|
@ -79,6 +79,7 @@ case "$1" in
|
|||
fi
|
||||
fi
|
||||
log_begin_msg "Starting virtualization library daemon: libvirtd"
|
||||
start-stop-daemon -K -x /usr/bin/dnsmasq
|
||||
start-stop-daemon --start --quiet --pidfile /var/run/libvirtd.pid --exec /usr/sbin/libvirtd -- --daemon --listen
|
||||
log_end_msg $?
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user