Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-18 00:16:28 +00:00
parent 6f840b5b9d
commit 6bd488b66f
3 changed files with 50 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ source: https://github.com/tldr-pages/tldr.git
> Show timing details about the boot process of units (services, mount points, devices, sockets).
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-analyze.html>.
- Print the last system startup time:
`systemd-analyze`
- List all running units, ordered by the time they took to initialize:
`systemd-analyze blame`