Skip to content

Commit

Permalink
Adjust qubesd.service ordering once more
Browse files Browse the repository at this point in the history
Order it after lvm2-activation.service, so that all present groups are
already activated (and its list can be cached).
  • Loading branch information
marmarek committed Oct 29, 2024
1 parent 6935f26 commit 0288015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/systemd/qubesd.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Qubes OS daemon
After=qubes-db-dom0.service libvirtd.service virtxend.service virtnodedevd.service qubes-qmemman.service
After=remote-fs.target
After=lvm2-activation.service
Before=systemd-user-sessions.service

[Service]
Expand Down

0 comments on commit 0288015

Please sign in to comment.