Commit 0f609be5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should remove modular unit files to allow monolithic daemon to start

parent 35bf6497
...@@ -9,13 +9,15 @@ all: bridge-netdev bridge-network bind-network ...@@ -9,13 +9,15 @@ all: bridge-netdev bridge-network bind-network
install -v -m755 -d /etc/libvirt/secrets install -v -m755 -d /etc/libvirt/secrets
install -v -m755 -d /etc/libvirt/storage install -v -m755 -d /etc/libvirt/storage
systemctl mask virtqemud.service virtqemud.socket virtqemud-ro.socket virtqemud-admin.socket rm -f /usr/lib/systemd/system/virtqemud*
systemctl mask virtnetworkd.service virtnetworkd.socket virtnetworkd-ro.socket virtnetworkd-admin.socket rm -f /usr/lib/systemd/system/virtnetworkd*
systemctl mask virtstoraged.service virtstoraged.socket virtstoraged-ro.socket virtstoraged-admin.socket rm -f /usr/lib/systemd/system/virtstoraged*
systemctl mask virtinterfaced.service virtinterfaced.socket rm -f /usr/lib/systemd/system/virtinterfaced*
systemctl mask virtnodedevd.service virtnodedevd.socket rm -f /usr/lib/systemd/system/virtnodedevd*
systemctl mask virtnwfilterd.service virtnwfilterd.socket rm -f /usr/lib/systemd/system/virtnwfilterd*
systemctl mask virtproxyd.service virtproxyd.socket rm -f /usr/lib/systemd/system/virtproxyd*
rm -f /usr/lib/systemd/system/virtlxcd*
rm -f /usr/lib/systemd/system/virtvboxd*
systemctl enable libvirtd-tcp.socket systemctl enable libvirtd-tcp.socket
systemctl enable libvirtd.service systemctl enable libvirtd.service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment