Hi everybody, hi Michael.
I just wanted to let you know that systemd has a really easy and nice tool to analyze what is slow. Sometimes the slow task might even be non-blocking, so that user perceived boot time is not as slow as stats declare.
To have a better detail of boot times and slow services you can use:
and:Code:systemd-analyze time
You can even get a plot of boot with:Code:systemd-analyze blame
Code:systemd-analyze plot

