website/content/blog/systemdstartup.md

450 B

title date draft tags medium_enabled
Analyzing Startup Times with Systemd 2019-12-26T22:52:59-05:00 false
Linux
true

Startup times feeling slow? Check to see if there are any uneeded services slowing you down!

To see how long it takes to bootup

systemd-analyze

To see the length of time each service took to initialize

systemd-analyze blame

Then you can disable any services that you don't need.