linux/systemd: prevent user login before VMs autostart

When user logins, login script will try to connect all guid to all the
running VMs. If VMs are still booting at this stage, will never
automatically get its guid (until user tries to start some program
there). This can for example lead to lack of nm-applet icon.
This commit is contained in:
Marek Marczykowski-Górecki 2015-04-12 03:11:03 +02:00
parent 08c8c919a5
commit 48945a9d37
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=Qubes NetVM startup
After=qubes-core.service qubes-qmemman.service libvirtd.service
Before=plymouth-quit.service
[Service]
Type=oneshot

View File

@ -1,6 +1,7 @@
[Unit]
Description=Start Qubes VM %i
After=qubes-netvm.service
Before=plymouth-quit.service
[Service]
Type=oneshot