systemd-analyze, systemd-run: update page (#10105)

* systemd-run: change 'executable' placeholders to 'command' for consistency

* systemd-analyze: update page

* systemd-run: remove double space
This commit is contained in:
Lena
2023-05-16 15:08:05 +02:00
committed by GitHub
parent 89496f5e28
commit c6b9dbfa96
2 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
> Analyze and debug system manager.
> Show timing details about the boot process of units (services, mount points, devices, sockets).
> More information: <https://manned.org/systemd-analyze>.
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-analyze.html>.
- List time of each unit to start up:
- List all running units, ordered by the time they took to initialize:
`systemd-analyze blame`