Is there a command to list systemd services that run on startup in the order in which they run? I'm using 18.04
1 Answer
Yes,
Run in the terminal:
systemd-analyze dump > ~/SystemdAnalyzeDump.txtand to view it, run in the terminal:
gedit ~/SystemdAnalyzeDump.txtor if you prefer a graphical representation, run in the terminal:
systemd-analyze plot > ~/SystemdAnalyzePlot.svgand to view it, run in the terminal:
eog ~/SystemdAnalyzePlot.svg 2