Skip to content

Commit

Permalink
Update service dependencies for modular libvirt daemon
Browse files Browse the repository at this point in the history
libvirtd.service is the monolithic one, virtxend is modular one. Add
After=virtxend.socket, as it uses socket activation now.

QubesOS/qubes-issues#9402
  • Loading branch information
marmarek committed Oct 4, 2024
1 parent 258254c commit 3691338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/systemd/qubes-core.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Qubes Dom0 startup setup
After=qubes-db-dom0.service libvirtd.service xenconsoled.service qubesd.service qubes-qmemman.service
After=qubes-db-dom0.service libvirtd.service virtxend.socket xenconsoled.service qubesd.service qubes-qmemman.service
# Cover legacy init.d script

[Service]
Expand Down

0 comments on commit 3691338

Please sign in to comment.