diff --git a/pages/linux/systemctl-list-jobs.md b/pages/linux/systemctl-list-jobs.md new file mode 100644 index 0000000000..cad39a2f05 --- /dev/null +++ b/pages/linux/systemctl-list-jobs.md @@ -0,0 +1,12 @@ +# systemctl list-jobs + +> List of active systemd jobs that are currently queued or running on the system. +> More information: . + +- List all active jobs: + +`systemctl list-jobs` + +- Filter jobs for a specific unit: + +`systemctl list-jobs {{unit}}`