Do not require all the autostart VMs to run before user login
Allow user login while some VMs are still starting. This improves UX of the system startup, since user can start using the system earlier. Fixes QubesOS/qubes-issues#3149
This commit is contained in:
parent
f9bfcd8732
commit
3766413dea
@ -1,6 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Start Qubes VM %i
|
Description=Start Qubes VM %i
|
||||||
Before=systemd-user-sessions.service
|
|
||||||
After=qubesd.service qubes-meminfo-writer-dom0.service
|
After=qubesd.service qubes-meminfo-writer-dom0.service
|
||||||
ConditionKernelCommandLine=!qubes.skip_autostart
|
ConditionKernelCommandLine=!qubes.skip_autostart
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user