Quick Quality-of-Life Improvements

Decrease Time to Login Prompt/Autologin

  • Modify qubes-vm@.service to be a simple 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 unlike oneshot
3 Likes