7feed2f680
This allows to prevent automatically starting VMs at boot, mostly for troubleshooting. Fixes QubesOS/qubes-issues#4312
16 lines
345 B
Desktop File
16 lines
345 B
Desktop File
[Unit]
|
|
Description=Start Qubes VM %i
|
|
Before=systemd-user-sessions.service
|
|
After=qubesd.service qubes-meminfo-writer-dom0.service
|
|
ConditionKernelCommandLine=!qubes.skip_autostart
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/qvm-start --skip-if-running %i
|
|
Group=qubes
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|