systemctl-list-jobs: add page (#18550)

This commit is contained in:
Julian Ste
2025-10-08 22:32:26 +02:00
committed by GitHub
parent ed051db7bd
commit 55ebe23ad0
+12
View File
@@ -0,0 +1,12 @@
# systemctl list-jobs
> List of active systemd jobs that are currently queued or running on the system.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-jobs%20PATTERN…>.
- List all active jobs:
`systemctl list-jobs`
- Filter jobs for a specific unit:
`systemctl list-jobs {{unit}}`