Decrease Time to Login Prompt/Autologin
- Modify
qubes-vm@.serviceto be asimplesystemd 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:
simpleservice allows systemd to boot next service without checking exit status or successful launch of command unlikeoneshot
- Create override config using command