qubes-early-vm-config.service: Wants=network-pre.target
The unit on the Before= side of network-pre.target also has to pull it in as a dependency: https://www.freedesktop.org/software/systemd/man/systemd.special.html#network-pre.target Fixes QubesOS/qubes-issues#5570
This commit is contained in:
parent
ab9627caf0
commit
882c1ec6b5
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Early Qubes VM settings
|
Description=Early Qubes VM settings
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
Wants=network-pre.target
|
||||||
Before=sysinit.target network-pre.target
|
Before=sysinit.target network-pre.target
|
||||||
After=local-fs.target qubes-db.service
|
After=local-fs.target qubes-db.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user