Before optimizations: $ systemd-analyze Startup finished in 7.828s (kernel) + 22.332s (userspace) = 30.161s graphical.target reached after 20.312s in userspace
With optimizations: $ systemd-analyze Startup finished in 1.968s (kernel) + 6.536s (userspace) = 8.504s graphical.target reached after 6.197s in userspace Only tested so far on an EC2 t3.medium, so results may vary elsewhere, but that's nice. :) I'll post a WIP MR on salsa next. Some cleanup is needed still. noah