Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvirt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libvirt
Commits
0f609be5
Commit
0f609be5
authored
Jun 17, 2026
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We should remove modular unit files to allow monolithic daemon to start
parent
35bf6497
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
Makefile
Makefile
+9
-7
No files found.
Makefile
View file @
0f609be5
...
...
@@ -9,13 +9,15 @@ all: bridge-netdev bridge-network bind-network
install
-v
-m755
-d
/etc/libvirt/secrets
install
-v
-m755
-d
/etc/libvirt/storage
systemctl
mask
virtqemud.service
virtqemud.socket
virtqemud-ro.socket
virtqemud-admin.socket
systemctl
mask
virtnetworkd.service
virtnetworkd.socket
virtnetworkd-ro.socket
virtnetworkd-admin.socket
systemctl
mask
virtstoraged.service
virtstoraged.socket
virtstoraged-ro.socket
virtstoraged-admin.socket
systemctl
mask
virtinterfaced.service
virtinterfaced.socket
systemctl
mask
virtnodedevd.service
virtnodedevd.socket
systemctl
mask
virtnwfilterd.service
virtnwfilterd.socket
systemctl
mask
virtproxyd.service
virtproxyd.socket
rm
-f
/usr/lib/systemd/system/virtqemud*
rm
-f
/usr/lib/systemd/system/virtnetworkd*
rm
-f
/usr/lib/systemd/system/virtstoraged*
rm
-f
/usr/lib/systemd/system/virtinterfaced*
rm
-f
/usr/lib/systemd/system/virtnodedevd*
rm
-f
/usr/lib/systemd/system/virtnwfilterd*
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.service
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment