Decrease Time to Login Prompt/Autologin
- Modify
qubes-vm@.service
to be asimple
systemd service- Create override config using command
sudo systemctl edit qubes-vm@.service
- Insert following lines in active section, ABOVE the line
### Lines below this comment will be discarded
-
[Service] Type=simple
-
- Explanation:
simple
service allows systemd to boot next service without checking exit status or successful launch of command unlikeoneshot
- Create override config using command