882c1ec6b5
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
15 lines
305 B
Desktop File
15 lines
305 B
Desktop File
[Unit]
|
|
Description=Early Qubes VM settings
|
|
DefaultDependencies=no
|
|
Wants=network-pre.target
|
|
Before=sysinit.target network-pre.target
|
|
After=local-fs.target qubes-db.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/qubes/init/qubes-early-vm-config.sh
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|