a9ece6f706
Since qubesd properly handle chained startup of sys-net->sys-firewall etc, we don't need a separate service to start netvm explicitly earlier. Fixes QubesOS/qubes-issues#2533
14 lines
241 B
Desktop File
14 lines
241 B
Desktop File
[Unit]
|
|
Description=Start Qubes VM %i
|
|
Before=systemd-user-sessions.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/qvm-start --skip-if-running %i
|
|
Group=qubes
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|