Q&A: Can I find out when which service was started during boot?

systemd boot plot

Question

Can I find out when which service was started during boot?

Answer

Yes, simply create a svg:

systemd-analyze plot > /var/www/html/boot.svg

Afterwards open http://localhost/html/boot.svg on your local browser to see the result.

Mastodon