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:
parent
08c8c919a5
commit
48945a9d37
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Start Qubes VM %i
|
||||
After=qubes-netvm.service
|
||||
Before=plymouth-quit.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Loading…
Reference in New Issue
Block a user