Handle qubes.skip_autostart option on kernel command line
This allows to prevent automatically starting VMs at boot, mostly for troubleshooting. Fixes QubesOS/qubes-issues#4312
This commit is contained in:
parent
5756e870bd
commit
7feed2f680
@ -2,6 +2,7 @@
|
|||||||
Description=Start Qubes VM %i
|
Description=Start Qubes VM %i
|
||||||
Before=systemd-user-sessions.service
|
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
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
Reference in New Issue
Block a user